vilesci/stammdaten/ausertung_fhtw.php:

- fixed bug, datepicker dropdown is shown in front of input elements now
This commit is contained in:
Alexei
2020-03-19 13:06:26 +01:00
parent d425dd86cc
commit bcddff958c
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -130,6 +130,12 @@
margin-left: 10px;
}
#miscfunctionscol input,#miscfunctionscol button
{
/*make sure datepicker dropdown is in front*/
z-index: 0;
}
.loaderIcon
{
display: none;