Skip to content

Commit 7672e3a

Browse files
committed
Revert change to fix workspace comments
Caused issues on Android. Will investigate further. Part of #639
1 parent 2220b4d commit 7672e3a

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

style.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,8 @@ body:not(.loading) #flockeditor {
407407
}
408408

409409
/* Global Styles */
410-
html > body {
410+
html,
411+
body {
411412
overflow: hidden;
412413
margin: 0;
413414
padding: 0;
@@ -426,7 +427,7 @@ html > body {
426427
}
427428

428429
/* Purple strip behind the iOS status bar — only visible when there's a real inset (0 on desktop, no flash) */
429-
html > body::before {
430+
body::before {
430431
content: "";
431432
position: fixed;
432433
top: 0;
@@ -437,7 +438,7 @@ html > body::before {
437438
pointer-events: none;
438439
}
439440

440-
html > body {
441+
body {
441442
display: flex;
442443
gap: 0;
443444
box-sizing: border-box;
@@ -1889,3 +1890,5 @@ kbd {
18891890
background: var(--color-error-text);
18901891
color: var(--color-error-bg);
18911892
}
1893+
1894+

0 commit comments

Comments
 (0)