Skip to content

Commit

Permalink
fix(editor): remove editor z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
JoomFX authored and Juveniel committed Mar 13, 2023
1 parent 7a0fad8 commit 11ca05a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/default/scss/editor/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
display: flex;
flex-flow: column nowrap;
position: relative;
z-index: 1;
-webkit-touch-callout: none;
-webkit-tap-highlight-color: $kendo-color-rgba-transparent;

Expand Down
1 change: 0 additions & 1 deletion packages/fluent/scss/editor/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
display: flex;
flex-flow: column nowrap;
position: relative;
z-index: 1;
-webkit-touch-callout: none;
-webkit-tap-highlight-color: $kendo-color-rgba-transparent;

Expand Down

0 comments on commit 11ca05a

Please sign in to comment.