fixed floating panel over other panels
This commit is contained in:
parent
77240b0eec
commit
8ee31d189a
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
background-color: $color-secondary;
|
background-color: $color-secondary;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
z-index: 99;
|
z-index: 200;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: $stream-selector-height;
|
bottom: $stream-selector-height;
|
||||||
|
|
Loading…
Reference in New Issue