Skip to content

Commit 45bdf03

Browse files
authored
Merge pull request #233 from codeitcodes/patch-2
Patch 2
2 parents ddcc705 + c9f82d6 commit 45bdf03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

full.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ body cd-el {
5959

6060
.bottom-wrapper {
6161
position: fixed;
62-
bottom: 0;
62+
bottom: env(safe-area-inset-bottom, 0px);
6363
left: 0;
6464
right: 0;
6565
height: calc(45px + 56px + 45px);
@@ -81,7 +81,7 @@ body.notransition .bottom-wrapper {
8181
}
8282

8383
.bottom-wrapper.expanded {
84-
transform: translateY(calc(-1 * var(--window-height, 100vh) + 44px + env(safe-area-inset-top, 0px)));
84+
transform: translateY(calc(-1 * var(--window-height, 100vh) + 44px + env(safe-area-inset-top, 0px) + env(safe-area-inset-bottom, 0px)));
8585
height: 44px;
8686
}
8787

worker/client-channel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
// update worker name when updating worker
7-
const WORKER_NAME = 'codeit-worker-v599';
7+
const WORKER_NAME = 'codeit-worker-v601';
88

99

1010
// internal paths

0 commit comments

Comments
 (0)