fix(SW-886): spacing for tab scroll
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
justify-content: flex-start;
|
||||
padding: 0 var(--Spacing-x2);
|
||||
width: 100%;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
@@ -26,5 +27,6 @@
|
||||
.tabsContainer {
|
||||
padding: 0 var(--Spacing-x5);
|
||||
max-width: calc(100% - var(--hotel-page-map-desktop-width));
|
||||
overflow-x: visible;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user