Skip to content

Commit

Permalink
fixes scrolling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sharknoon committed Oct 18, 2020
1 parent 304d205 commit 30c5a5f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/user/Atlas.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<iframe class="w-100 h-100 border-0" src="./place-atlas/web/index.html"></iframe>
</template>
<script>
//src="~html/place-atlas/web/index.html"
</script>
<iframe
class="d-block w-100 h-100 border-0"
src="./place-atlas/web/index.html"
></iframe>
</template>

0 comments on commit 30c5a5f

Please sign in to comment.