Fix hidden progress bar (#11296)

Fix #11293
This commit is contained in:
Krisan Alifari 2020-11-06 16:48:24 +07:00 committed by GitHub
parent f11523f29a
commit 81dfded1fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -229,7 +229,7 @@
position: fixed;
top: 0;
background: var(--accent-brand);
z-index: var(--popover);
z-index: var(--z-popover);
height: var(--su-1);
width: 0;
&.showing {