Set nav-bar transform only after session has been restored so Firefox
computes urlbar height correctly
This commit is contained in:
parent
37eb639ea4
commit
3802708d05
1 changed files with 2 additions and 2 deletions
|
@ -22,13 +22,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
#nav-bar:not([customizing]){
|
||||
:root[sessionrestored] #nav-bar:not([customizing]){
|
||||
transform: rotateX(90deg);
|
||||
transition: transform 67ms linear, opacity 0ms linear 67ms !important;
|
||||
opacity: 0;
|
||||
z-index: 3;
|
||||
}
|
||||
#nav-bar:focus-within{
|
||||
:root[sessionrestored] #nav-bar:focus-within{
|
||||
transform: rotateX(0deg);
|
||||
opacity: 1;
|
||||
transition-delay: 0ms, 0ms !important;
|
||||
|
|
Loading…
Reference in a new issue