Add CSS file and fix datepicker display error
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user