Skip to content

Commit 5c5ae6b

Browse files
authored
Update full.css
1 parent 83e5f57 commit 5c5ae6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

full.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ body.notransition .sidebar {
755755
pointer-events: none;
756756
background: #568af2;
757757
background: var(--rosemary-lighter);
758-
transform: translateX(-100%);
758+
transform: translateX(calc(-100% - env(safe-area-inset-left, 0px)));
759759
overscroll-behavior: none;
760760
will-change: transform;
761761
z-index: 1000;

0 commit comments

Comments
 (0)