Moving away from Azure Devops #1

Merged
Janus007 merged 113 commits from refac into master 2026-02-03 00:04:27 +01:00
Showing only changes of commit ed5b2beb4c - Show all commits

View file

@ -175,10 +175,12 @@ swp-day-date {
/* Scrollable content */ /* Scrollable content */
swp-scrollable-content { swp-scrollable-content {
display: block;
overflow: auto; overflow: auto;
} }
swp-time-grid { swp-time-grid {
display: block;
position: relative; position: relative;
min-height: calc(15 * var(--hour-height)); min-height: calc(15 * var(--hour-height));
} }