This commit is contained in:
Janus Knudsen 2025-07-29 23:17:52 +02:00
parent 2e50679602
commit a410088fa7
2 changed files with 17 additions and 9 deletions

View file

@ -262,8 +262,7 @@ swp-scrollable-content {
scroll-behavior: smooth;
position: relative;
display: grid;
/* Height will be set dynamically by ScrollManager via ResizeObserver */
width: calc(100vw - 60px - 20px); /* Viewport width minus time-axis and scrollbar */
/* Height and width will be set dynamically by ScrollManager via ResizeObserver */
/* Hide native scrollbars */
scrollbar-width: none; /* Firefox */