ticket #61 attempt 1
This commit is contained in:
parent
43c5a948e8
commit
1917e367e7
@ -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 {
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user