fixed floating panel over other panels

This commit is contained in:
Nicolas Constant 2019-02-10 23:10:45 -05:00
parent 77240b0eec
commit 8ee31d189a
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
background-color: $color-secondary;
overflow: hidden;
z-index: 99;
z-index: 200;
position: fixed;
top: 0;
bottom: $stream-selector-height;