Add CSS file and fix datepicker display error

This commit is contained in:
Muyao CHEN
2024-06-29 17:50:33 +02:00
parent 310f61539c
commit b3eb96845a
8 changed files with 19 additions and 45 deletions

12
static/css/style.css Normal file
View File

@ -0,0 +1,12 @@
.room-image {
max-width: 50%;
}
.notie-container {
box-shadow: none;
}
.swal2-actions {
z-index: auto;
/* This is to fix the bug that datepicker shows under the buttons */
}