fix(SW-2451): placement of suggest list

This commit is contained in:
Michael Zetterberg
2025-05-19 14:41:38 +02:00
parent 7be13be2c2
commit 5bac9660a1

View File

@@ -48,7 +48,7 @@
bottom: 0;
left: 0;
right: 0;
height: calc(100dvh - 20px);
height: calc(100dvh - max(var(--sitewide-alert-height), 20px));
border-radius: var(--Corner-radius-md) var(--Corner-radius-md) 0 0;
background-color: var(--Surface-Primary-Default);
box-shadow: 0px 0px 14px 6px rgba(0, 0, 0, 0.1);