fix(ui): adjusts alignment of elements to prevent incomplete scroll (#11649)
This commit is contained in:
@@ -103,7 +103,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
padding: 4px 4px 6px 4px;
|
padding: 4px 4px 6px 4px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: start;
|
||||||
border-radius: var(--radius-md);
|
border-radius: var(--radius-md);
|
||||||
background: var(--surface-raised-stronger-non-alpha);
|
background: var(--surface-raised-stronger-non-alpha);
|
||||||
max-height: calc(100vh - 6rem);
|
max-height: calc(100vh - 6rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user