Adjusted scss for sidebar mobile menu to prevent rendering problems
This commit is contained in:
parent
2fabef83be
commit
e9d8651208
|
@ -1,11 +1,10 @@
|
||||||
.sidebar-menu {
|
.sidebar-menu {
|
||||||
display: flex;
|
display: flex;
|
||||||
position: fixed;
|
position: absolute;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 275px;
|
width: 275px;
|
||||||
height: 100vh;
|
height: auto;
|
||||||
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 New Issue