ticket #61 attempt 1
This commit is contained in:
parent
43c5a948e8
commit
1917e367e7
@ -222,6 +222,8 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
|
max-height: calc(100vh - var(--nav-height) - 2rem);
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.daily-topic-card {
|
.daily-topic-card {
|
||||||
|
|||||||
@ -8,6 +8,8 @@
|
|||||||
border-radius: var(--radius-lg);
|
border-radius: var(--radius-lg);
|
||||||
box-shadow: var(--shadow-sm);
|
box-shadow: var(--shadow-sm);
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
max-height: calc(100vh - var(--nav-height) - 2rem);
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-card .sidebar-heading {
|
.sidebar-card .sidebar-heading {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user