We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2220b4d commit 7672e3aCopy full SHA for 7672e3a
1 file changed
style.css
@@ -407,7 +407,8 @@ body:not(.loading) #flockeditor {
407
}
408
409
/* Global Styles */
410
-html > body {
+html,
411
+body {
412
overflow: hidden;
413
margin: 0;
414
padding: 0;
@@ -426,7 +427,7 @@ html > body {
426
427
428
429
/* Purple strip behind the iOS status bar — only visible when there's a real inset (0 on desktop, no flash) */
-html > body::before {
430
+body::before {
431
content: "";
432
position: fixed;
433
top: 0;
@@ -437,7 +438,7 @@ html > body::before {
437
438
pointer-events: none;
439
440
441
442
display: flex;
443
gap: 0;
444
box-sizing: border-box;
@@ -1889,3 +1890,5 @@ kbd {
1889
1890
background: var(--color-error-text);
1891
color: var(--color-error-bg);
1892
1893
+
1894
0 commit comments