Skip to content

Commit

Permalink
Step 23.17: Add two classes to fix an issue with overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Dec 14, 2016
1 parent 4f74e9b commit 2db6d2a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions client/main.scss
Expand Up @@ -19,6 +19,15 @@ body {
margin: 0;
}

body.mobile {
overflow: hidden;
}

body.web {
overflow: visible;
position: initial;
}

.sebm-google-map-container {
width: 450px;
height: 450px;
Expand Down

0 comments on commit 2db6d2a

Please sign in to comment.