File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -467,8 +467,9 @@ Release History
467
467
+---------+------------+----------------------------------------------------------------------------------------------------------+
468
468
| Version | Date | Summary |
469
469
+=========+============+==========================================================================================================+
470
- | 4.2.9 | 2024-04-02 | | Fix Z fighting issue with the field filter. |
471
- | | | | Make field filter matching more permissive. |
470
+ | | | Fix Z fighting issue with the field filter. |
471
+ +---------+------------+----------------------------------------------------------------------------------------------------------+
472
+ | 4.2.9 | 2024-04-02 | | Make field filter matching more permissive. |
472
473
| | | | Add a distinct (cyan) color for annotated fields. |
473
474
+---------+------------+----------------------------------------------------------------------------------------------------------+
474
475
| 4.2.8 | 2024-02-11 | | Improve field filter matching. |
Original file line number Diff line number Diff line change @@ -460,7 +460,7 @@ input.RowLimit {
460
460
display : flex ;
461
461
justify-content : center ;
462
462
align-items : center ;
463
- z-index : 100 ;
463
+ z-index : 99 ;
464
464
pointer-events : none ;
465
465
}
466
466
@@ -478,6 +478,7 @@ input.RowLimit {
478
478
479
479
.Tooltip ,
480
480
.ContextMenu {
481
+ z-index : 100 ;
481
482
position : fixed ;
482
483
background : white ;
483
484
border : 1px solid var (--border-color );
You can’t perform that action at this time.
0 commit comments