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

View file

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