diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index 81c6448..f62aa01 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -1942,6 +1942,16 @@ bottom: -2px; position: relative; } + .menu_buttons.left.open { + left: 0; + transition: 200ms; + position: fixed; + float: unset; + padding-top: 10px; + height: 100vh; + max-height: 100vh; + width: calc(100vw - 35px); + } .menu_buttons.left.open.first.filters .btns_f_curtain { transition: 200ms; transform: rotate(270deg);