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

View File

@ -10,20 +10,7 @@
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/vanillajs-datepicker@1.3.4/dist/css/datepicker-bulma.min.css">
<link rel="stylesheet" type="text/css" href="https://unpkg.com/notie/dist/notie.min.css">
<link href="css/style.css" rel="stylesheet">
<style>
.room-image {
max-width: 50%;
}
.notie-container {
box-shadow: none;
}
.datepicker {
z-index: 10000;
}
</style>
<link href="static/css/style.css" rel="stylesheet">
</head>
<body>