We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a16b6da commit 64803c1Copy full SHA for 64803c1
1 file changed
webui/styles.css
@@ -132,7 +132,6 @@ body {
132
margin-bottom: calc(80px + var(--bottom-inset));
133
position: relative;
134
box-sizing: border-box;
135
- overflow: hidden;
136
transition: margin-bottom 0.3s ease;
137
}
138
@@ -150,7 +149,6 @@ body {
150
149
width: 100%;
151
height: 100%;
152
z-index: 0;
153
154
155
156
.page-content {
@@ -343,7 +341,7 @@ body {
343
341
position: absolute;
344
342
bottom: 0;
345
left: 0;
346
- padding: 16px;
+ padding-bottom: 16px;
347
348
349
display: flex;
@@ -353,6 +351,7 @@ body {
353
351
354
352
355
md-fab {
+ margin-inline-end: calc(50% - 50vw + 16px);
356
transform: scale(1);
357
opacity: 1;
358
transition: all 0.2s ease;
0 commit comments