Hello @Hudsonpilot
Thanks for writing to us
I checked the single blog page and found that you added three mega menu widgets. One of them for Tags. When you hover on Tags a dropdown opening with a tag list.
There is a CSS overflow: visible rendering from SG Optimizer Plugin cache file
Kindly clear cache and temporarily disable the cache plugin. If it is not solved after clearing cache please add this code in X--->Theme options-->CSS
#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3>li.mega-menu-flyout ul.mega-sub-menu{
height:500px;
overflow-y: scroll;
}
The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.
Hope it helps you.