Skip to content

Commit 12b7ae0

Browse files
authored
fix header-cell dropdowns (for example from filter/select) (#457)
1 parent 0ddcd31 commit 12b7ae0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/tableV2/core/base-table.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ Table.HeadCell = forwardRef(
121121
fontSize: "14px",
122122
}}
123123
position="relative"
124-
overflow="hidden"
125124
padding={[1, 2]}
126125
width={`${width}px`}
127126
onMouseEnter={() => onHover({ row: null, column: id })}

0 commit comments

Comments
 (0)