mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-24 06:32:12 -03:00
fix: change overflow-y property to scroll for consistent vertical scrolling behavior
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow-x: hidden; /* Prevent horizontal scrolling */
|
overflow-x: hidden; /* Prevent horizontal scrolling */
|
||||||
overflow-y: auto; /* Enable vertical scrolling */
|
overflow-y: scroll; /* Enable vertical scrolling */
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
|
|||||||
Reference in New Issue
Block a user