Merge remote-tracking branch 'origin/master' into emojireacts

This commit is contained in:
Alex Gleason 2020-05-20 19:20:47 -05:00
commit 9ea36ab913
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 2 additions and 3 deletions

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