Skip to content

Commit

Permalink
Fix iframe height in safari
Browse files Browse the repository at this point in the history
fixes #50
  • Loading branch information
t2t2 committed Oct 13, 2019
1 parent 2b63386 commit b68d957
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/panels/iframe.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<template>
<panel-wrapper :content-class="['panel-iframe']">
<panel-wrapper :content-class="['flex flex-col']">
<template slot="name">
Frame
</template>
<iframe
:src="url"
frameborder="0"
class="flex-grow"
style="width: 100%; height: 100%;"
/>

Expand Down

0 comments on commit b68d957

Please sign in to comment.