fix: Issues #225 done.

This commit is contained in:
chiayin
2024-03-05 11:02:36 +08:00
parent e8af9f93ec
commit b37e452a73
2 changed files with 19 additions and 4 deletions

View File

@@ -18,3 +18,8 @@
.h-screen-main {
height: calc(100vh - 104px);
}
/* button */
.disable-hover {
@apply pointer-events-none
}