fix(ui): adjusts alignment of elements to prevent incomplete scroll (#11649)

pull/11734/head
Lucio Delelis 2026-02-02 08:20:30 -03:00 committed by Dax Raad
parent 89109da9c2
commit 512ddf3963
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@
display: flex;
padding: 4px 4px 6px 4px;
justify-content: center;
align-items: center;
align-items: start;
border-radius: var(--radius-md);
background: var(--surface-raised-stronger-non-alpha);
max-height: calc(100vh - 6rem);