We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d02a2df commit 63aa7adCopy full SHA for 63aa7ad
2 files changed
src/style/_layout.scss
@@ -682,7 +682,10 @@
682
683
.scheme-container {
684
margin: 0 0 20px 0;
685
- padding: 30px 0;
+ padding: 15px 0;
686
+ position: sticky;
687
+ top: 0;
688
+ z-index: 1;
689
690
background: $scheme-container-background-color;
691
box-shadow: 0 1px 2px 0 rgba($scheme-container-box-shadow-color, 0.15);
@@ -711,7 +714,8 @@
711
714
font-weight: bold;
712
715
713
716
display: flex;
- flex-direction: column;
717
+ align-items: center;
718
+ column-gap: 10px;
719
720
margin: -20px 15px 0 0;
721
src/style/_modal.scss
@@ -16,7 +16,7 @@
16
bottom: 0;
17
left: 0;
18
19
- background: rgba($dialog-ux-backdrop-background-color, 0.8);
+ background: rgba($dialog-ux-backdrop-background-color, 0.5);
20
}
21
22
.modal-ux {
0 commit comments