Skip to content

Commit

Permalink
fix(spreadsheet): allow clicking inside the filtered area
Browse files Browse the repository at this point in the history
  • Loading branch information
TeyaVes committed Nov 26, 2024
1 parent 3bdbfba commit e5df0a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/default/scss/spreadsheet/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -524,12 +524,15 @@
position: relative;
z-index: 50;
}

.k-spreadsheet .k-filter-range {
border-width: 2px;
border-style: solid;
position: absolute;
box-sizing: border-box;
pointer-events: none;
}

.k-spreadsheet-filter {
@include border-radius( k-border-radius(md) );
padding: $kendo-spreadsheet-filter-padding;
Expand Down
3 changes: 3 additions & 0 deletions packages/fluent/scss/spreadsheet/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -523,12 +523,15 @@
position: relative;
z-index: 50;
}

.k-spreadsheet .k-filter-range {
border-width: 2px;
border-style: solid;
position: absolute;
box-sizing: border-box;
pointer-events: none;
}

.k-spreadsheet-filter {
@include border-radius( k-border-radius(md) );
padding: k-spacing(1);
Expand Down

0 comments on commit e5df0a7

Please sign in to comment.