Skip to content

Commit

Permalink
fix(calendar): navigation scrollbar should not be accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
JoomFX authored and Juveniel committed Sep 21, 2022
1 parent 5ce7fcc commit 13fd191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/default/scss/calendar/_layout.scss
Expand Up @@ -384,7 +384,7 @@
display: block;
overflow: hidden;
position: relative;
z-index: 2;
z-index: 1;

&::before,
&::after {
Expand Down
2 changes: 1 addition & 1 deletion packages/fluent/scss/calendar/_layout.scss
Expand Up @@ -332,7 +332,7 @@
display: block;
overflow: hidden;
position: relative;
z-index: 2;
z-index: 1;

.k-content,
.k-calendar-content {
Expand Down

0 comments on commit 13fd191

Please sign in to comment.