Adjusted scss for sidebar mobile menu to prevent rendering problems

This commit is contained in:
crockwave 2020-05-19 16:37:25 -05:00
parent 2fabef83be
commit e9d8651208

View file

@ -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);