Skip to content

Commit

Permalink
💄 [#4524] Removed magic z-index from tinymce and submit-row
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmolen committed Sep 25, 2024
1 parent 7519e29 commit daa0d1a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
3 changes: 0 additions & 3 deletions src/openforms/scss/admin/_app_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,9 @@ $djai-padding--tablet: 30px;
.submit-row {
position: sticky;
bottom: 0px;
/* the toolbar in the text editor has z-index: 1; */
z-index: 2;

&.submit-row-extended {
position: relative;
z-index: 3;
margin-top: -24px;
border-top: 0;
padding-top: 0;
Expand Down
4 changes: 0 additions & 4 deletions src/openforms/scss/vendor/_react-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,4 @@
100%,
var(--of-admin-select-max-inline-size)
);

.admin-react-select__menu {
z-index: 10;
}
}
2 changes: 2 additions & 0 deletions src/openforms/scss/vendor/_tinymce.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
@import '../vars';

.tox.tox-tinymce {
z-index: 0;

@at-root .form-row .errors > & {
border-color: $color-error;
}
Expand Down

0 comments on commit daa0d1a

Please sign in to comment.