Fix #2480 - move datetime-menu in front of map controls (#2481)

This commit is contained in:
Richard Schreiber
2022-02-22 13:58:54 +01:00
committed by GitHub
parent 6d7e16c147
commit aee8de54ed

View File

@@ -285,6 +285,11 @@ input[type=number].short {
height: 200px;
margin: 0;
}
/* fix leaflet overlay datetime-picker, see https://github.com/pretix/pretix/issues/2480 */
.leaflet-top,
.leaflet-bottom {
z-index: 900;
}
}
.metadata-group {
.form-group {