Revert "Adjusted scss for sidebar mobile menu to prevent rendering problems"

This reverts commit e9d8651208.
stable/1.0.x
Alex Gleason 2020-05-24 14:39:49 -05:00
rodzic 406e8c00b8
commit 6b97d4d0be
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -1,10 +1,11 @@
.sidebar-menu {
display: flex;
position: absolute;
position: fixed;
flex-direction: column;
width: 275px;
height: auto;
height: 100vh;
top: 0;
bottom: 0;
left: 0;
background-color: #fff;
transform: translateX(-275px);