Fix stats vertical border fill postitioning edge case (war scroll)

pull/59/head
HardiReady 2019-03-02 00:20:02 +01:00
parent cbf8ec910a
commit 14bf1d6e38
2 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,7 @@
float: left;
@media all and (max-width: 959px) {
width: 100%;
width: 100%!important;
}
}

View File

@ -94,6 +94,10 @@
left: calc(20% - 1px);
z-index: -1;
&.collapsed {
left: 0;
}
@media all and (max-width: 959px) {
display: none;
}