Fix nav height not being updated unless window is resized

This commit is contained in:
Michał Gdula 2023-05-19 14:28:27 +01:00
parent 85986048da
commit e6794d42af
5 changed files with 13 additions and 8 deletions

View file

@ -69,7 +69,7 @@ body
content: ''
position: absolute
inset: 0
background-image: linear-gradient(to top, RGB($secondary) 3%, transparent)
background-image: linear-gradient(to top, RGB($secondary) 3%, RGBA($primary, 0.1))
z-index: +1
main