Skip to content

Commit

Permalink
Update style.scss
Browse files Browse the repository at this point in the history
Fixes the CSS so that the column displays correctly.
  • Loading branch information
willum070 authored Apr 29, 2024
1 parent 977c1d3 commit 7f499a0
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions samples/map-3d-events/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,8 @@
/* [START maps_map_3d_events] */
@include meta.load-css("../../shared/scss/sidebar.scss");

html, body {
height: 100%;
margin: 0;
padding: 0;
width: 100%;
}
body, main {
display: flex;
flex-direction: column;
}
main {
padding: 30px;
Expand All @@ -37,8 +30,9 @@ aside {
flex-basis: 25%;
font-family: Droid Sans Mono, monospace;
font-size: 14px;
padding-left: 10px;
}
aside > p.active {
background-color: #9cf;
}
/* [END maps_map_3d_events] */
/* [END maps_map_3d_events] */

0 comments on commit 7f499a0

Please sign in to comment.