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: 573043224
  • Loading branch information
Extended Component Library Team authored and copybara-github committed Oct 12, 2023
1 parent 5ce058f commit 6b5728c
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 @@ -190,13 +190,17 @@ export class PlaceOverview extends BaseComponent {
.carousel {
margin-inline-end: ${getTypeScaleSizeFromPx(-20)};
overflow-x: auto;
overflow-y: clip;
white-space: nowrap;
}
.carousel::-webkit-scrollbar {
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 6b5728c

Please sign in to comment.