fixed no dismiss on nav bar
This commit is contained in:
parent
62b272c3b9
commit
48650545bd
3 changed files with 16 additions and 8 deletions
|
@ -5,6 +5,17 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
.nav-icon {
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
transition: opacity 0.6s;
|
||||
}
|
||||
|
||||
.nav-icon.active {
|
||||
opacity: 1;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.nav-toggle {
|
||||
position: unset;
|
||||
height: 24px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue