Commit 78d7bd0
committed
Add scrollbars to tiny_select_area when content exceeds max height
- Added max-height: 200px to prevent the select area from growing too large
- Added overflow-y: auto to enable vertical scrolling when content exceeds max height
- Added overflow-x: hidden to prevent horizontal scrolling
- This improves usability when the gap selection area contains many items1 parent 25c6d8c commit 78d7bd0
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
| |||
0 commit comments