From 44809ce7e7caf66b70e2c6f2b87cca25ed75ba03 Mon Sep 17 00:00:00 2001 From: Ben Halpern Date: Tue, 20 Feb 2024 16:14:59 -0800 Subject: [PATCH] Add max style for fixed billboard (#20666) --- app/assets/stylesheets/billboards.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/billboards.scss b/app/assets/stylesheets/billboards.scss index 9b3c5a5ec..55110f604 100644 --- a/app/assets/stylesheets/billboards.scss +++ b/app/assets/stylesheets/billboards.scss @@ -57,6 +57,8 @@ z-index: var(--z-popover); animation: popoverEnter 0.5s; box-shadow: 0 0 100px 60px rgba(0, 0, 0, 0.2) !important; + max-height: calc(100vh - var(--header-height)); + overflow-y: auto; .text-styles { padding-top: var(--su-4); padding-bottom: var(--su-4);