Fix stats vertical border fill postitioning edge case (war scroll)
parent
cbf8ec910a
commit
14bf1d6e38
|
@ -3,7 +3,7 @@
|
||||||
float: left;
|
float: left;
|
||||||
|
|
||||||
@media all and (max-width: 959px) {
|
@media all and (max-width: 959px) {
|
||||||
width: 100%;
|
width: 100%!important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -94,6 +94,10 @@
|
||||||
left: calc(20% - 1px);
|
left: calc(20% - 1px);
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
|
|
||||||
|
&.collapsed {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
@media all and (max-width: 959px) {
|
@media all and (max-width: 959px) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue