Skip to content

Commit

Permalink
Change sidebar style to absolute.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-wu committed Jun 4, 2019
1 parent b6e1834 commit 8c71697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
z-index:20000000;
color: #fff;
background-color:#00357d;
position:relative!important;
position:absolute!important;
opacity: 0;
visibility: hidden; /* Show the snackbar */
overflow: auto;
Expand Down

0 comments on commit 8c71697

Please sign in to comment.