Revert "Adjusted scss for sidebar mobile menu to prevent rendering problems"

This reverts commit e9d8651208.
This commit is contained in:
Alex Gleason 2020-05-24 14:39:49 -05:00
parent 406e8c00b8
commit 6b97d4d0be
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

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