Skip to content

Commit 16f9d43

Browse files
committed
Update full.css
1 parent 1ab8302 commit 16f9d43

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

full.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2131,6 +2131,7 @@ body.safari .console-sheet .logs .log .data.safari-margin-left-update {
21312131
box-shadow: 0 1px 1px 0 rgb(0 0 0 / 6%), 0 2px 5px 0 rgb(0 0 0 / 20%);
21322132
transition: .1s var(--ease-function);
21332133
transition-property: opacity, transform;
2134+
translate: 0 calc(-1 * env(safe-area-inset-bottom, 0px));
21342135
z-index: 1;
21352136
}
21362137

@@ -2144,6 +2145,10 @@ body.safari .console-sheet .logs .log .data.safari-margin-left-update {
21442145
pointer-events: none;
21452146
}
21462147

2148+
body.safari .console-sheet:focus-within .jump-to-bottom {
2149+
translate: 0 0;
2150+
}
2151+
21472152
.console-sheet .footer {
21482153
display: flex;
21492154
align-items: end;

0 commit comments

Comments
 (0)