| @@ -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 { |