We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f06801 commit d25f111Copy full SHA for d25f111
client/packages/lowcoder/src/comps/comps/tableComp/tableToolbarComp.tsx
@@ -60,8 +60,8 @@ const getStyle = (
60
postion: -webkit-sticky;
61
left: 0px !important;
62
margin: ${style.margin} !important;
63
+ z-index: 999;
64
- ${fixedToolbar && `z-index: 99;`};
65
${fixedToolbar && position === 'below' && `bottom: 0;`};
66
${fixedToolbar && position === 'above' && `top: 0;` };
67
0 commit comments