Fix NavigationBar
This commit is contained in:
parent
3598ca179f
commit
e7aead2715
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue