fix: Added padding to bottom sheet for tablet sized viewports
Approved-by: Christel Westerberg Approved-by: Matilda Landström
This commit is contained in:
@@ -103,6 +103,6 @@
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.bottomSheet {
|
||||
padding: var(--Space-x2) 0 var(--Space-x7);
|
||||
padding-bottom: var(--Space-x7);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user