Skip to content

Commit

Permalink
Always hide iframe borders
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter committed Mar 11, 2022
1 parent c1bf7b4 commit 3625863
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/web-runtime/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,8 @@ body {
max-height: 100vh;
overflow-y: hidden;
}
iframe {
border: 0;
}
</style>

0 comments on commit 3625863

Please sign in to comment.