docs(demos): fix scroll image

references #5311
This commit is contained in:
Brandy Carney
2016-02-03 17:50:43 -05:00
parent 8a790f395f
commit 7838d81b73

View File

@ -11,8 +11,8 @@
<style> <style>
.map-div { .map-div {
width: 1500px; width: 2600px;
height: 1500px; height: 1400px;
background: url('./map.jpeg') no-repeat; background: url('./map.jpeg') no-repeat;
} }
</style> </style>