1
0
Fork 0

Fix NavigationBar

This commit is contained in:
Moritz Ruth 2019-11-30 23:09:25 +01:00
parent 3598ca179f
commit e7aead2715
No known key found for this signature in database
GPG key ID: FE38A0B03AA331BA

View file

@ -167,6 +167,7 @@
}
.navigation-bar__container-2 {
pointer-events: none;
background-color: white;
position: fixed;
@ -222,6 +223,7 @@
}
.navigation-bar__container-2 {
pointer-events: auto;
opacity: 1;
}