fixed shadow not applying to the whole navbar on large displays

This commit is contained in:
Kim, Jimin 2021-07-26 14:59:08 +09:00
parent dbb735eade
commit 7b234f84b5

View file

@ -26,6 +26,7 @@ const StyledNav = styled.nav`
light: theming.light.color0,
dark: theming.dark.color0,
})};
box-shadow: 0 4px 10px rgb(0 0 0 / 5%);
`
const StyledContainer = styled.div`
@ -34,7 +35,6 @@ const StyledContainer = styled.div`
display: flex;
height: 2rem;
padding: 1rem;
box-shadow: 0 4px 10px rgb(0 0 0 / 5%);
/* 20px is for scrollbar */
@media only screen and (min-width: calc(${theming.size