fix: header z-index issue.
fix: incorrect `onChanged` event trigger on `GridInputColumn`, `GridTextColumn` and `GridDateColumn`.
This commit is contained in:
@ -94,6 +94,7 @@
|
||||
// position: relative;
|
||||
top: 0;
|
||||
position: sticky;
|
||||
z-index: 1;
|
||||
|
||||
&.sticky {
|
||||
position: sticky;
|
||||
|
Reference in New Issue
Block a user