diff --git a/styles/components/site-header.css b/styles/components/site-header.css index d4aaf4f..0ff414b 100644 --- a/styles/components/site-header.css +++ b/styles/components/site-header.css @@ -86,7 +86,7 @@ .site-header .nav-main__toggle svg { height: 1.5rem; - width: 2rem; + width: 1.5rem; } .site-header .nav-main__toggle svg, diff --git a/styles/navigation/nav-mobile-sliding.css b/styles/navigation/nav-mobile-sliding.css index b7a2311..85a3929 100644 --- a/styles/navigation/nav-mobile-sliding.css +++ b/styles/navigation/nav-mobile-sliding.css @@ -15,14 +15,28 @@ } .menu-vdi--sliding { - @apply relative overflow-hidden right-0 z-10 py-8 flex flex-col; + @apply relative overflow-hidden right-0 py-8 flex flex-col; @apply absolute hidden; /* Hidden by default */ + z-index: 100; top: var(--hgtHeader); min-height: calc(100vh - var(--hgtHeader)); width: 95%; background: var(--color-cwc-blue-02); color: var(--color-white); + /* Suppress default