Merged in fix/SW-2523-filter-select-rate-small-screen (pull request #2607)

fix(SW-2523): filter scrollable for desktop with small height

* fix(SW-2523): filter scrollable for desktop with small height


Approved-by: Hrishikesh Vaipurkar
This commit is contained in:
Bianca Widstam
2025-08-08 11:37:46 +00:00
parent 58cd2876d0
commit 329debf115

View File

@@ -109,6 +109,7 @@
background-color: var(--Surface-Primary-Default);
box-shadow: 0px 0px 14px 6px rgba(0, 0, 0, 0.1);
max-width: 340px;
overflow-y: auto;
}
.checkboxContainer {