mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 05:49:25 +08:00
fix: setting modal margin (#849)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
.modal {
|
||||
max-width: 1024px !important;
|
||||
border-radius: 12px !important;
|
||||
margin-top: 60px;
|
||||
margin-bottom: 60px;
|
||||
padding: 0 !important;
|
||||
overflow-y: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user