Merge pull request #5036 from maintainer-bruno/feat/fix-params-table-scroll

fix: params table default scroll
This commit is contained in:
lohit
2025-07-03 19:27:50 +05:30
committed by Bijin A B
parent 1a93eabf01
commit bbfa2b39a0

View File

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