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 0f93077 commit 5d39455
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changelog/unreleased/bugfix-iframe-border
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Bugfix: Remove iFrame border

We fixed a UI issue which showed small borders around iFrames, e.g. in the external app.

https://github.com/owncloud/web/issues/6555
https://github.com/owncloud/web/pull/6573
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 5d39455

Please sign in to comment.