Site logo

Archived topic

Drop shadow cut off on navigation

1 reply · Started by Ryan on January 6, 2018

Viewing posts 1–2 of 2

I'm trying to put a box-shadow on my .main-navigation. For some reason it's cut off by the top of the #page div, I've tried overflow:visible on the .main-navigation but it doesn't work. I haven't seen this happen before it seems to be related to the clear class at the beginning of the #page div
.clear:after, .clear:before, [class*=content]:after, [class*=content]:before, [class*=site]:after, [class*=site]:before {
content: '';
display: table;
}
If I disable the display: table is the css inspector then the drop shadow will appear.

Hi there,

It seems to be working for me all the way down - did you figure out a fix?

This archived topic is closed to new replies.