Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d25f111

Browse files
committedMay 11, 2024
fixed table page size options hidden by fixed table headers
1 parent 4f06801 commit d25f111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎client/packages/lowcoder/src/comps/comps/tableComp/tableToolbarComp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ const getStyle = (
6060
postion: -webkit-sticky;
6161
left: 0px !important;
6262
margin: ${style.margin} !important;
63+
z-index: 999;
6364
64-
${fixedToolbar && `z-index: 99;`};
6565
${fixedToolbar && position === 'below' && `bottom: 0;`};
6666
${fixedToolbar && position === 'above' && `top: 0;` };
6767

0 commit comments

Comments
 (0)
Please sign in to comment.