Move footer nav z-index below header menus

This commit is contained in:
Penar Musaraj 2019-04-15 12:03:42 -04:00
parent c5fecdd5bd
commit a37181ab30
1 changed files with 1 additions and 1 deletions

View File

@ -80,9 +80,9 @@ $z-layers: (
"overlay": 1200
),
"fullscreen": 1150,
"footer-nav": 1140,
"mobile-composer": 1100,
"header": 1000,
"footer-nav": 900,
"tooltip": 600,
"composer": (
"dropdown": 700,