File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/components/tableV2/core Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import { Icon } from "src/components/icon"
55import Flex from "src/components/templates/flex"
66import Box from "src/components/templates/box"
77import { Text } from "src/components/typography"
8- import { IconButton } from "src/components/button"
98import Tooltip from "src/components/drops/tooltip"
109import useToggle from "src/hooks/use-toggle"
1110import { useTableContext } from "../features/provider"
@@ -121,7 +120,6 @@ Table.HeadCell = forwardRef(
121120 fontSize : "14px" ,
122121 } }
123122 position = "relative"
124- overflow = "hidden"
125123 padding = { [ 1 , 2 ] }
126124 width = { `${ width } px` }
127125 onMouseEnter = { ( ) => onHover ( { row : null , column : id } ) }
@@ -283,7 +281,6 @@ Table.Cell = forwardRef(
283281 whiteSpace : "nowrap" ,
284282 } }
285283 width = { `${ width } px` }
286- overflow = "hidden"
287284 { ...rest }
288285 background = {
289286 ! rest . background && isRowHovering
You can’t perform that action at this time.
0 commit comments