It seems that this plugin adds styles to a CSS class that WooCommerce uses for it’s attributes and variations toolbars, causing the WooCommerce attributes/variations toolbars to become fixed-position (and off the screen if the resolution is not high enough).
File: assets/css/panel.css
.toolbar{
padding: 10px;
background-color: #efefef;
height: 29px;
border-bottom: 1px solid #ccc;
position: fixed;
width: 650px;
z-index: 10000;
}
Is there any way to have this fixed in the next update?
]]>