Several bugfixes and finishing touches

This commit is contained in:
Claude Brisson
2023-12-25 12:26:08 +01:00
parent 91e0bc839a
commit e33bc995c6
18 changed files with 264 additions and 38 deletions

View File

@@ -320,6 +320,7 @@
max-height: inherit;
}
.popup-footer {
margin-top: 1em;
position: relative;
text-align: justify;
display: flex;
@@ -343,4 +344,9 @@
pointer-events: all;
cursor: pointer;
}
thead {
position: sticky;
top: 0;
}
}