Skip to content

Commit

Permalink
fix(pdf-viewer): loader container blocks other elements on the page
Browse files Browse the repository at this point in the history
  • Loading branch information
JoomFX committed Apr 23, 2024
1 parent 56ff582 commit 5b6875e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/default/scss/pdf-viewer/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
display: flex;
flex-direction: column;
overflow: hidden;
z-index: 1;
-webkit-touch-callout: none;
-webkit-tap-highlight-color: $kendo-color-rgba-transparent;

Expand Down
1 change: 1 addition & 0 deletions packages/fluent/scss/pdf-viewer/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
display: flex;
flex-direction: column;
overflow: hidden;
z-index: 1;
-webkit-touch-callout: none;
-webkit-tap-highlight-color: $kendo-color-rgba-transparent;

Expand Down

0 comments on commit 5b6875e

Please sign in to comment.