Fix calendar scroll

This commit is contained in:
Edgar P. Burkhart 2024-01-02 14:18:57 +01:00
parent 1137cfc1cc
commit 47c4de8fbb
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 2 additions and 0 deletions

View File

@ -84,6 +84,8 @@ table.full-width col.bar {
}
.calendar {
overflow-x: auto;
margin-top: var(--gap);
font-feature-settings: var(--num);