Skip to content

Commit eb30a23

Browse files
fix(map): changed map overflow from scroll to auto (#428)
changed the map div from overflow scroll to overflow auto so that the scroll bars do not show up when the map is large enough to not need them Co-authored-by: Peter Kos <[email protected]>
1 parent 0ff0b38 commit eb30a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/stylesheets/manage.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ $grey-med: #999
5555

5656
#map
5757
text-align: center
58-
overflow: scroll
58+
overflow: auto
5959
width: 100%
6060

6161
.dashboard-container-title

0 commit comments

Comments
 (0)