fix: scrollbar visible in tables (#5270)

This commit is contained in:
naman-bruno
2025-08-06 16:22:30 +05:30
committed by GitHub
parent 99c8fd5240
commit 7cb80abdfc

View File

@@ -6,7 +6,7 @@ const StyledWrapper = styled.div`
display: grid;
overflow-y: hidden;
overflow-x: auto;
padding: 0 1px;
padding: 0 1.5px;
// for icon hover
position: inherit;