diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-04-01 13:33:51 +0200 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-04-01 13:33:51 +0200 |
commit | 910568bc886bc2167c7c136f0ee003163e70af82 (patch) | |
tree | 3ae0060a1a6e0ce3566d32bc32037bb754d9853e /styles/layout.css | |
parent | 5ccf6971ef11daf1bc6aabfcfdb015f47b8a9798 (diff) |
posts fetched from server
Diffstat (limited to 'styles/layout.css')
-rw-r--r-- | styles/layout.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/styles/layout.css b/styles/layout.css index f648634..c4c3694 100644 --- a/styles/layout.css +++ b/styles/layout.css @@ -30,7 +30,7 @@ position: sticky; top: var(--page-margins); bottom: var(--page-margins); - height: calc(100vh - 2 * var(--page-margins)); + max-height: calc(100vh - 2 * var(--page-margins)); overflow-y: scroll; |