Revert "Adjusted scss for sidebar mobile menu to prevent rendering problems"
This reverts commit e9d8651208.
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user