Skip to content

Commit 89fd957

Browse files
committed
Increase max-height of tiny_select_area from 200px to 300px
- Increased the maximum height limit from 200px to 300px - This allows more gap options to be visible before scrolling is required - Maintains the existing scrollbar functionality with overflow-y: auto - Improves usability by showing more content without immediately requiring scrolling
1 parent 78d7bd0 commit 89fd957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Visual feedback for gap select area
6868
padding: 10px;
6969
background-color: #f9f9f9;
7070
min-height: 100px;
71-
max-height: 200px;
71+
max-height: 300px;
7272
overflow-y: auto;
7373
overflow-x: hidden;
7474
}

0 commit comments

Comments
 (0)