removed calendar

This commit is contained in:
Jörg Henke
2022-07-06 16:27:04 +02:00
parent a4029cb71d
commit b53802c813
48 changed files with 17 additions and 3118 deletions

View File

@ -74,7 +74,7 @@ body {
}
.body {
height: 100%;
height: calc(100% - 2px);
width: 100%;
overflow: auto;
}
@ -236,4 +236,6 @@ body {
.tab-pane-table {
background-color: white;
padding: 8px;
border-radius: 4px;
border: 1px solid silver;
}