diff --git a/components/ContentType/HotelPage/TabNavigation/tabNavigation.module.css b/components/ContentType/HotelPage/TabNavigation/tabNavigation.module.css index 4c8cbaca1..31e41abee 100644 --- a/components/ContentType/HotelPage/TabNavigation/tabNavigation.module.css +++ b/components/ContentType/HotelPage/TabNavigation/tabNavigation.module.css @@ -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; } }