We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90e286a + 8aa7044 commit 092d1cbCopy full SHA for 092d1cb
client/styles/components/_collection.scss
@@ -86,7 +86,7 @@
86
87
.collection-add-sketch {
88
min-width: #{600 / $base-font-size}rem;
89
- overflow: scroll;
+ overflow: auto;
90
}
91
92
.collection-share {
client/styles/components/_keyboard-shortcuts.scss
@@ -3,7 +3,7 @@
3
margin-right: #{20 / $base-font-size}rem;
4
padding-bottom: #{40 / $base-font-size}rem;
5
width: #{450 / $base-font-size}rem;
6
- overflow-y: scroll;
+ overflow-y: auto;
7
8
9
.keyboard-shortcuts-note {
client/styles/components/_quick-add.scss
@@ -6,7 +6,7 @@
.quick-add {
width: auto;
10
height: 100%;
11
@include themify() {
12
border: 1px solid getThemifyVariable('modal-border-color');
0 commit comments