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