Skip to content

Commit

Permalink
Update style.scss
Browse files Browse the repository at this point in the history
Adds box-sizing attribute to container, to prevent scrollbars on the DevSite page.
  • Loading branch information
willum070 authored Jul 12, 2024
1 parent 36985ce commit 316edf0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions samples/place-photos/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
display: flex;
padding: 10px;
width: 100%;
height: 100%
height: 100%;
box-sizing: border-box;
}

.place-overview {
Expand Down Expand Up @@ -77,4 +78,4 @@
position: absolute;
}

/* [END maps_place_photos] */
/* [END maps_place_photos] */

0 comments on commit 316edf0

Please sign in to comment.