nodebb-plugin-ezoic-infinite 1.8.66 → 1.8.67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/public/style.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * NodeBB Ezoic Infinite Ads — style.css v2.0
2
+ * NodeBB Ezoic Infinite Ads — style.css v2.4
3
3
  */
4
4
 
5
5
  /* ── Wrapper ──────────────────────────────────────────────────────────────── */
@@ -112,10 +112,6 @@
112
112
 
113
113
  /* ── Mobile ───────────────────────────────────────────────────────────────── */
114
114
  @media (max-width: 767px) {
115
- html, body {
116
- overflow-x: hidden !important;
117
- }
118
-
119
115
  .nodebb-ezoic-wrap,
120
116
  .nodebb-ezoic-wrap > [id^="ezoic-pub-ad-placeholder-"],
121
117
  .nodebb-ezoic-wrap > [id^="ezoic-pub-ad-placeholder-"] > div {
@@ -149,7 +145,6 @@
149
145
 
150
146
  .nodebb-ezoic-wrap > [id^="ezoic-pub-ad-placeholder-"] {
151
147
  overflow-x: visible !important;
152
- -webkit-overflow-scrolling: auto;
153
148
  }
154
149
  }
155
150