Merge branch 'mobile_menu_scss' into 'master'
Adjusted scss for sidebar mobile menu to prevent rendering problems Fixes #72 Closes #72 See merge request soapbox-pub/soapbox-fe!17
This commit is contained in:
commit
cc4b9d6ba7
1 changed files with 2 additions and 3 deletions
|
@ -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 a new issue