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 3b65801 commit 6779632Copy full SHA for 6779632
src/js/web-components/preservation-go-configs-menu/styles.js
@@ -31,6 +31,7 @@ export const styles = css`
31
height: 80vh;
32
min-height: 600px;
33
max-height: 800px;
34
+ padding-bottom: 8px;
35
}
36
37
.form-section,
@@ -337,6 +338,7 @@ export const styles = css`
337
338
display: flex;
339
flex-direction: column;
340
gap: 16px;
341
+ padding-bottom: 16px;
342
343
344
.form-scroll-container {
@@ -386,11 +388,14 @@ export const styles = css`
386
388
.panels-wrapper {
387
389
390
height: auto;
391
+ min-height: auto;
392
+ max-height: none;
393
394
395
396
.saved-configs-section {
- height: 70vh;
397
+ height: auto;
398
399
400
401
0 commit comments