@codecademy/gamut
72.2.472.2.5-alpha.212edd.0
dist/DataList/EmptyRows.js~
dist/DataList/EmptyRows.jsModified+2−1
Index: package/dist/DataList/EmptyRows.js
===================================================================
--- package/dist/DataList/EmptyRows.js
+++ package/dist/DataList/EmptyRows.js
@@ -1,4 +1,5 @@
+import { zIndices } from '@codecademy/gamut-styles';
import { FlexBox } from '../Box';
import { FillButton } from '../Button';
import { Text } from '../Typography';
import { useControlContext } from './hooks/useListControls';
@@ -14,9 +15,9 @@
p: 32,
position: "sticky",
top: "calc(50% - 66px)",
width: "320px",
- zIndex: 1,
+ zIndex: zIndices.foreground,
children: /*#__PURE__*/_jsxs(FlexBox, {
as: "tr",
center: true,
column: true,