Fix header layout on Safari (#18888)
This commit is contained in:
parent
040df41846
commit
ccef43197e
|
@ -107,7 +107,6 @@ header
|
||||||
z-index: 8888
|
z-index: 8888
|
||||||
background-color: transparent
|
background-color: transparent
|
||||||
box-shadow: 0 0 0 transparent
|
box-shadow: 0 0 0 transparent
|
||||||
overflow: hidden
|
|
||||||
transition: 0.3s
|
transition: 0.3s
|
||||||
text-align: center
|
text-align: center
|
||||||
|
|
||||||
|
@ -245,6 +244,8 @@ header
|
||||||
background-color: white
|
background-color: white
|
||||||
|
|
||||||
#mainNav
|
#mainNav
|
||||||
|
display: none
|
||||||
|
|
||||||
h5
|
h5
|
||||||
color: $blue
|
color: $blue
|
||||||
font-weight: normal
|
font-weight: normal
|
||||||
|
|
Loading…
Reference in New Issue