Skip to content

Commit

Permalink
fix: resolve minor styling issue with photo scrollbar in Place Overview
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 573051101
  • Loading branch information
Extended Component Library Team authored and copybara-github committed Oct 13, 2023
1 parent 5ce058f commit 95e9a6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/place_overview/place_overview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ export class PlaceOverview extends BaseComponent {
}
.carousel {
line-height: normal;
margin-inline-end: ${getTypeScaleSizeFromPx(-20)};
overflow-x: auto;
white-space: nowrap;
Expand All @@ -197,6 +198,9 @@ export class PlaceOverview extends BaseComponent {
background-color: ${GMPX_COLOR_SURFACE};
width: 16px;
}
.carousel::-webkit-scrollbar-corner {
background-color: ${GMPX_COLOR_SURFACE};
}
.carousel::-webkit-scrollbar-track {
background-color: ${GMPX_COLOR_SURFACE};
}
Expand Down

0 comments on commit 95e9a6c

Please sign in to comment.