Files
Brandy Carney 7838d81b73 docs(demos): fix scroll image
references #5311
2016-02-03 17:50:43 -05:00

19 lines
338 B
HTML

<ion-toolbar>
<ion-title>Scroll</ion-title>
</ion-toolbar>
<ion-content>
<ion-scroll scrollX="true" scrollY="true" style="width: 100%; height: 100%">
<div class="map-div"></div>
</ion-scroll>
</ion-content>
<style>
.map-div {
width: 2600px;
height: 1400px;
background: url('./map.jpeg') no-repeat;
}
</style>