mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 19:59:50 +08:00
9d221a5e19
Co-authored-by: Yi <yxiaoisme@gmail.com>
8 lines
174 B
CSS
8 lines
174 B
CSS
.modal-dialog {
|
|
@apply relative z-50;
|
|
}
|
|
|
|
.modal-panel {
|
|
@apply w-full max-w-[480px] transform rounded-2xl bg-white p-6 text-left align-middle shadow-xl transition-all;
|
|
}
|