We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a476770 + 56235ff commit 21280f2Copy full SHA for 21280f2
1 file changed
src/css/main.css
@@ -512,6 +512,8 @@ input[type="number"]::-webkit-inner-spin-button {
512
background-color: white;
513
border-radius: 5px;
514
z-index: 10000;
515
+ max-height: 90%;
516
+ overflow-y: auto;
517
}
518
519
/* options modified GUI BOX */
@@ -1993,7 +1995,6 @@ dialog {
1993
1995
height: 24px;
1994
1996
padding-bottom: 0;
1997
margin-bottom: 5px;
- float: left;
1998
1999
2000
.spacer_box_title {
0 commit comments