Fix z-index of top-bar
parent
e8aa630627
commit
dec1f489da
|
@ -1500,6 +1500,7 @@ export default class Timeline extends Mixins(GlobalMixin, UserConfig) {
|
||||||
opacity: 0.95;
|
opacity: 0.95;
|
||||||
display: flex;
|
display: flex;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
z-index: 100;
|
||||||
|
|
||||||
> .text {
|
> .text {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
|
Loading…
Reference in New Issue