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