Revert "Adjusted scss for sidebar mobile menu to prevent rendering problems"
This reverts commit e9d8651208
.
This commit is contained in:
parent
406e8c00b8
commit
6b97d4d0be
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
||||||
.sidebar-menu {
|
.sidebar-menu {
|
||||||
display: flex;
|
display: flex;
|
||||||
position: absolute;
|
position: fixed;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 275px;
|
width: 275px;
|
||||||
height: auto;
|
height: 100vh;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
transform: translateX(-275px);
|
transform: translateX(-275px);
|
||||||
|
|
Loading…
Reference in a new issue