mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-31 13:29:55 +00:00
Reduce setting content height to avoid dialog level scroll (#341)
This commit is contained in:
@@ -80,7 +80,7 @@ const sortedGroups = (category: SettingTreeNode) => {
|
||||
<style scoped>
|
||||
.settings-container {
|
||||
display: flex;
|
||||
height: 80vh;
|
||||
height: 70vh;
|
||||
width: 60vw;
|
||||
max-width: 1000px;
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user