Skip to content

Commit 22865b9

Browse files
committed
Update full.css
1 parent a9eafc7 commit 22865b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

full.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1890,7 +1890,7 @@ body.safari .console-sheet.visible.safari-transitioning-blur {
18901890
transition: translate .27s ease;
18911891
}
18921892

1893-
body.safari .console-sheet:focus-within {
1893+
body.safari .console-sheet:has(> .footer .input:focus) {
18941894
padding-bottom: 0;
18951895
}
18961896

@@ -2145,7 +2145,7 @@ body.safari .console-sheet .logs .log .data.safari-margin-left-update {
21452145
pointer-events: none;
21462146
}
21472147

2148-
body.safari .console-sheet:focus-within .jump-to-bottom {
2148+
body.safari .console-sheet:has(> .footer .input:focus) .jump-to-bottom {
21492149
translate: 0 0;
21502150
}
21512151

0 commit comments

Comments
 (0)