Skip to content

Commit 21280f2

Browse files
authored
Merge pull request #2321 from sensei-hacker/scrol_options_tab
allow options tab to scroll
2 parents a476770 + 56235ff commit 21280f2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/css/main.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,8 @@ input[type="number"]::-webkit-inner-spin-button {
512512
background-color: white;
513513
border-radius: 5px;
514514
z-index: 10000;
515+
max-height: 90%;
516+
overflow-y: auto;
515517
}
516518

517519
/* options modified GUI BOX */
@@ -1993,7 +1995,6 @@ dialog {
19931995
height: 24px;
19941996
padding-bottom: 0;
19951997
margin-bottom: 5px;
1996-
float: left;
19971998
}
19981999

19992000
.spacer_box_title {

0 commit comments

Comments
 (0)