Add max style for fixed billboard (#20666)

This commit is contained in:
Ben Halpern 2024-02-20 16:14:59 -08:00 committed by GitHub
parent 223fb9cbfb
commit 44809ce7e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);