Fix Z indexes for calendar

This commit is contained in:
2022-08-12 08:25:41 +01:00
parent 7c8a180ccf
commit eeccffccf7
2 changed files with 5 additions and 1 deletions

View File

@@ -90,6 +90,10 @@
height: 20em;
overflow: auto;
}
.datetimepicker-wrapper {
position: absolute;
z-index: 3;
}
</style>
</head>
<body>