fix: Added padding to bottom sheet for tablet sized viewports

Approved-by: Christel Westerberg
Approved-by: Matilda Landström
This commit is contained in:
Erik Tiekstra
2025-11-26 14:26:29 +00:00
parent 6ac8267c31
commit 931696de54

View File

@@ -103,6 +103,6 @@
@media screen and (min-width: 768px) {
.bottomSheet {
padding: var(--Space-x2) 0 var(--Space-x7);
padding-bottom: var(--Space-x7);
}
}