Skip to content

Commit

Permalink
fix: Change height style to 400px (#1626)
Browse files Browse the repository at this point in the history
* Change height style to 400px

This will prevent subscrolling on the page, since example maps are set to 400px height by default.

* Change to 400px height

* Update style.scss
  • Loading branch information
willum070 authored Nov 30, 2023
1 parent 8b7f07b commit 9af30ae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions samples/web-components-events/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@include meta.load-css("../../shared/scss/default.scss");

gmp-map {
height: 500px;
height: 400px;
}

/* [END maps_web_components_events] */
/* [END maps_web_components_events] */
2 changes: 1 addition & 1 deletion samples/web-components-map/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@include meta.load-css("../../shared/scss/default.scss");

gmp-map {
height: 500px;
height: 400px;
}

/* [END maps_web_components_map] */
4 changes: 2 additions & 2 deletions samples/web-components-markers/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@include meta.load-css("../../shared/scss/default.scss");

gmp-map {
height: 500px;
height: 400px;
}

/* [END maps_web_components_markers] */
/* [END maps_web_components_markers] */

0 comments on commit 9af30ae

Please sign in to comment.