fix: use drop shadow over border

This commit is contained in:
eggy 2022-08-07 20:15:18 -04:00
parent f9ea4b3dbc
commit 51906231ef

View File

@ -24,7 +24,8 @@ import { navItems } from "@/data/navItems";
nav { nav {
height: 4rem; height: 4rem;
width: 100%; width: 100%;
border: 1px solid red; box-shadow: 0 0.25rem 0.5rem 0px lightgray;
background: white;
padding: 1rem; padding: 1rem;
/* main stuff is z-index 1 and the hamburger must be above everything else */ /* main stuff is z-index 1 and the hamburger must be above everything else */
z-index: 2; z-index: 2;