Skip to content

Commit 8da45d7

Browse files
committed
fix safe-area-inset-top
1 parent 264a746 commit 8da45d7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

gui/src/assets/styles.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -768,8 +768,7 @@ iframe{
768768
.absolute-scroll-panel{
769769
width: 100%;
770770
position: absolute;
771-
top:0px;bottom: 0;
772-
margin-top: 35px;
771+
top:35px;bottom: 0;
773772
}
774773

775774
.ios{
@@ -1439,7 +1438,7 @@ fieldset{
14391438
}
14401439

14411440
.absolute-scroll-panel{
1442-
margin-top: calc(3.5rem + env(safe-area-inset-top, 0)) !important;
1441+
top: calc(3.5rem) !important;
14431442
}
14441443
.main-wrapper .absolute-scroll-panel{
14451444
bottom: 60px;

0 commit comments

Comments
 (0)