File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff 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;
Original file line number Diff line number Diff line change 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
66self . importScripts ( '/worker/client-channel.js' ) ;
You can’t perform that action at this time.
0 commit comments