ticket #61 attempt 1

This commit is contained in:
Typosaurus 2026-07-19 20:06:13 +00:00
parent 43c5a948e8
commit 1917e367e7
2 changed files with 4 additions and 0 deletions

View File

@ -222,6 +222,8 @@
display: flex;
flex-direction: column;
gap: 1rem;
max-height: calc(100vh - var(--nav-height) - 2rem);
overflow-y: auto;
}
.daily-topic-card {

View File

@ -8,6 +8,8 @@
border-radius: var(--radius-lg);
box-shadow: var(--shadow-sm);
padding: 1rem;
max-height: calc(100vh - var(--nav-height) - 2rem);
overflow-y: auto;
}
.sidebar-card .sidebar-heading {