modify dialog style

This commit is contained in:
MaysWind
2023-08-12 19:11:56 +08:00
parent ac2adaf4ba
commit 9a626b0d4f
8 changed files with 203 additions and 169 deletions
+4
View File
@@ -22,6 +22,10 @@ input[type=number] {
pointer-events: none !important;
}
.overflow-y-visible {
overflow-y: visible !important;
}
.drag-handle {
cursor: grab;
}