sforkowany z mirror/soapbox
Revert "Adjusted scss for sidebar mobile menu to prevent rendering problems"
This reverts commit e9d8651208
.
stable/1.0.x
rodzic
406e8c00b8
commit
6b97d4d0be
|
@ -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);
|
||||
|
|
Ładowanie…
Reference in New Issue