Skip to content

Commit 2f4712b

Browse files
authored
fix: Fixes bad CSS; adds overflow to hide scrolling. (#913)
1 parent 17a71ba commit 2f4712b

File tree

1 file changed

+1
-3
lines changed
  • samples/places-autocomplete-addressform

1 file changed

+1
-3
lines changed

samples/places-autocomplete-addressform/style.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@ body {
1212
height: 100%;
1313
margin: 0;
1414
padding: 0;
15-
}
16-
17-
body {
1815
font-family: 'Roboto', sans-serif;
1916
font-size: 18px;
2017
color: rgb(104, 104, 104);
18+
overflow: hidden;
2119
}
2220

2321
form {

0 commit comments

Comments
 (0)