PluginProbe
King Addons for Elementor – 100+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce Builder, Mega Menu, Popup Builder / 51.1.83
King Addons for Elementor – 100+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce Builder, Mega Menu, Popup Builder v51.1.83
51.1.84 51.1.85 51.1.83 51.1.82 51.1.81 51.1.79 51.1.78 51.1.77 51.1.76 51.1.74 51.1.75 51.1.65 51.1.64 51.1.63 trunk 51.1.14 51.1.2 51.1.35 51.1.36 51.1.37 51.1.38 51.1.39 51.1.44 51.1.45 51.1.46 All 39 releases
← All changes | includes/widgets/Popup/style.css +3 -0 51.1.6451.1.83 View file →
@@ -1,7 +1,10 @@
1 1 body,
2 2 main {
3 + /* hidden first as a fallback; clip does the same job without turning body
4 + into a scroll container, which would break position: sticky above it. */
3 5 overflow-x: hidden;
6 + overflow-x: clip;
4 7 }
5 8
6 9 /*noinspection CssOverwrittenProperties*/
7 10 .king-addons-popup {