Add CSS file and fix datepicker display error
This commit is contained in:
12
static/css/style.css
Normal file
12
static/css/style.css
Normal 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 */
|
||||
}
|
Reference in New Issue
Block a user