Skip to content

Commit c4142c2

Browse files
authored
Merge pull request #271 from codeitcodes/patch-1
Patch 1
2 parents 1ab8302 + 48c8a40 commit c4142c2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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;

service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
// update worker name when updating cached files
3-
const WORKER_NAME = 'codeit-worker-v763';
3+
const WORKER_NAME = 'codeit-worker-v764';
44

55

66
self.importScripts('/worker/client-channel.js');

0 commit comments

Comments
 (0)