From 14bf1d6e38a7b62d1e7b241cfcac4b7321053046 Mon Sep 17 00:00:00 2001 From: HardiReady Date: Sat, 2 Mar 2019 00:20:02 +0100 Subject: [PATCH] Fix stats vertical border fill postitioning edge case (war scroll) --- static/src/app/statistic/stats.component.scss | 2 +- static/src/app/statistic/war/war-list/war-list.component.scss | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/static/src/app/statistic/stats.component.scss b/static/src/app/statistic/stats.component.scss index a35c9ac..5b326f5 100644 --- a/static/src/app/statistic/stats.component.scss +++ b/static/src/app/statistic/stats.component.scss @@ -3,7 +3,7 @@ float: left; @media all and (max-width: 959px) { - width: 100%; + width: 100%!important; } } diff --git a/static/src/app/statistic/war/war-list/war-list.component.scss b/static/src/app/statistic/war/war-list/war-list.component.scss index bcc6b67..6b498d0 100644 --- a/static/src/app/statistic/war/war-list/war-list.component.scss +++ b/static/src/app/statistic/war/war-list/war-list.component.scss @@ -94,6 +94,10 @@ left: calc(20% - 1px); z-index: -1; + &.collapsed { + left: 0; + } + @media all and (max-width: 959px) { display: none; }