diff --git a/_notes/dwsync.xml b/_notes/dwsync.xml index f3f754e..967782b 100644 --- a/_notes/dwsync.xml +++ b/_notes/dwsync.xml @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/sass/nav.scss b/sass/nav.scss index ad17cb5..3fd0b61 100644 --- a/sass/nav.scss +++ b/sass/nav.scss @@ -188,6 +188,12 @@ $nav-z: 9999; z-index:$nav-z; .container{ z-index:$nav-z; + #site-navigation { + z-index:$nav-z; + & * { + z-index:$nav-z; + } + } } } } diff --git a/style.css b/style.css index f50f2ac..4440eb5 100644 --- a/style.css +++ b/style.css @@ -6887,6 +6887,12 @@ button.close { #masthead #nav-wrapper .container { z-index: 9999; } +#masthead #nav-wrapper .container #site-navigation { + z-index: 9999; +} +#masthead #nav-wrapper .container #site-navigation * { + z-index: 9999; +} /* - - - - - - - - - - - - - - - - - - - == Header Image