Closed antonieIPR closed 1 year ago
main-footer should be the same as main-navigation, agreed.
z-index utilities might be something to look in to. needs more research.
Note: I added Mapbox GL JS to the site, the map-element was causing the overlap on the footer. Giving the map element a z-index: 10
solved the issue for now.
the navbar only has z-index 1000 because of the sticky class!, will split this issue into its own seperate one for z-index utilities.
The footer box-shadow gets hidden behind other elements:
Suggestions:
z-index: 1000 !important
like thenav.main-navigation
z-index
?