We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 264a746 commit 8da45d7Copy full SHA for 8da45d7
gui/src/assets/styles.scss
@@ -768,8 +768,7 @@ iframe{
768
.absolute-scroll-panel{
769
width: 100%;
770
position: absolute;
771
- top:0px;bottom: 0;
772
- margin-top: 35px;
+ top:35px;bottom: 0;
773
}
774
775
.ios{
@@ -1439,7 +1438,7 @@ fieldset{
1439
1438
1440
1441
1442
- margin-top: calc(3.5rem + env(safe-area-inset-top, 0)) !important;
+ top: calc(3.5rem) !important;
1443
1444
.main-wrapper .absolute-scroll-panel{
1445
bottom: 60px;
0 commit comments