feat: sticky table head in page list (#2668)

Co-authored-by: Himself65 <himself65@outlook.com>
This commit is contained in:
Whitewater
2023-06-05 00:43:24 -07:00
committed by GitHub
parent b461a684ad
commit efae4cccd6
16 changed files with 130 additions and 115 deletions
@@ -18,6 +18,7 @@ const StyledIconButton = styled(IconButton)<
position: 'absolute',
top: top ?? 24,
right: right ?? 40,
zIndex: 1,
};
});