no-cache for templates, tune map position

This commit is contained in:
2021-06-07 11:19:10 +02:00
parent 992fb3d4f1
commit 6179b81f71
4 changed files with 38 additions and 4 deletions
+6 -2
View File
@@ -3,7 +3,11 @@ html,body {
}
.section,.container {
height: 85%;
height: calc(100% - 24px);
}
.daterangepicker {
height: 24px;
}
hr {
@@ -80,7 +84,7 @@ input:focus,
}
.mapbig {
height: 100%;
height: calc(100% - 100px);
}
.slidecontainer {