diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index f3a11cb..2d279e9 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -540,6 +540,9 @@ position: absolute; width: 320px; } + .menu_buttons.left.open.filters{ + max-height: 91vh; + } .block_w_paging.routes { width: 100%; float: right; diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index af4b931..712ae06 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -51,6 +51,16 @@ top: -55px; } +.block_overlay.routes{ + height: 100%; + width: 100%; + /*background: rgba(39, 53, 62, 0.7);*/ + backdrop-filter: blur(6px); + z-index: 100; + position: fixed; + top: 0; +} + .block_overlay.n_profile.show{ display: block; }