fix(SW-1111) fix filter button and filter flimmer in mobile

This commit is contained in:
Pontus Dreij
2024-12-10 09:30:58 +01:00
parent 15c5afc43a
commit f8d10d7b8c
5 changed files with 14 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
.container {
max-width: var(--max-width);
height: 100%;
height: 100vh;
display: flex;
width: 100%;
}
@@ -29,6 +29,9 @@
}
@media (min-width: 768px) {
.container {
height: 100%;
}
.listingContainer {
background-color: var(--Base-Surface-Secondary-light-Normal);
padding: var(--Spacing-x3) var(--Spacing-x4);