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:
Alex Gleason 2020-05-20 22:39:05 +00:00
commit cc4b9d6ba7

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