Closed jefflangtech closed 2 years ago
A box-shadow can be considered overflow depending on the element container, and be cutoff when overflow:hidden is used. I needed overflow:hidden for the mobile nav but not the desktop nav, where the drop-shadow was being used also. Just needed to set overflow:hidden as the default, and overflow:visible for @media +860px for desktop
The submenu will initially load correctly, with a border radius and dropshadow but then loses the dropshadow except at the corner extremes outside the radius. Is it an overflow hidden thing again?