1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

fixed modal z-index

This commit is contained in:
Fedor Katurov 2020-11-02 12:55:01 +07:00
parent 5bca633bd0
commit d2e35382f1

View file

@ -1,6 +1,6 @@
.fixed {
position: fixed;
z-index: 10;
z-index: 30;
top: 0;
left: 0;
width: 100%;