mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-23 14:12:11 -03:00
Fix modal window display
This commit is contained in:
@@ -245,6 +245,12 @@ body.modal-open {
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.carousel video {
|
||||
scroll-snap-align: start;
|
||||
max-height: 60vh;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
/* 主题切换按钮 */
|
||||
.theme-toggle {
|
||||
position: fixed;
|
||||
|
||||
Reference in New Issue
Block a user