@hkdigital/lib-core 0.5.8 → 0.5.9
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.
|
@@ -360,9 +360,9 @@
|
|
|
360
360
|
$effect(() => {
|
|
361
361
|
const html = document.documentElement;
|
|
362
362
|
if (iosLandscapeHeightQuirk) {
|
|
363
|
-
html.classList.add('
|
|
363
|
+
html.classList.add('ios-height-quirck');
|
|
364
364
|
} else {
|
|
365
|
-
html.classList.remove('
|
|
365
|
+
html.classList.remove('ios-height-quirck');
|
|
366
366
|
}
|
|
367
367
|
});
|
|
368
368
|
|
|
@@ -725,7 +725,7 @@
|
|
|
725
725
|
-ms-overflow-style: none; /* IE and Edge */
|
|
726
726
|
}
|
|
727
727
|
/* Only add overflow content when quirk is detected */
|
|
728
|
-
:global(html.game-box-no-scroll.
|
|
728
|
+
:global(html.game-box-no-scroll.ios-height-quirck::after) {
|
|
729
729
|
content: '\A'; /* newline character */
|
|
730
730
|
white-space: pre; /* preserve newline */
|
|
731
731
|
display: block;
|