Skip to content

Commit

Permalink
TINY-10901: Fixed rendering issue with rounded borders on iframes (#9647
Browse files Browse the repository at this point in the history
)

* TINY-10901: Fixed rendering issue with rounded borders on iframes

* TINY-10901: Fixed grammar in changelog
  • Loading branch information
spocke committed May 15, 2024
1 parent e68e4f8 commit 4232d1b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/tinymce-TINY-10901-2024-05-14.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
project: tinymce
kind: Fixed
body: Iframes in dialogs were not rendering rounded borders correctly.
time: 2024-05-14T11:06:22.403781+02:00
custom:
Issue: TINY-10901
4 changes: 4 additions & 0 deletions modules/oxide/src/less/theme/components/dialog/dialog.less
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,10 @@
position: absolute;
z-index: 1;
}

iframe {
border-radius: @dialog-iframe-bordered-border-radius;
}
}

.tox-navobj-bordered-focus.tox-navobj-bordered::before {
Expand Down

0 comments on commit 4232d1b

Please sign in to comment.