fix: params table default scroll

This commit is contained in:
Maintainer Bruno
2025-07-03 19:11:07 +05:30
parent 81877fa96a
commit 2aa28ea4b3

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;