File tree 1 file changed +0
-3
lines changed
src/components/tableV2/core 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"
5
5
import Flex from "src/components/templates/flex"
6
6
import Box from "src/components/templates/box"
7
7
import { Text } from "src/components/typography"
8
- import { IconButton } from "src/components/button"
9
8
import Tooltip from "src/components/drops/tooltip"
10
9
import useToggle from "src/hooks/use-toggle"
11
10
import { useTableContext } from "../features/provider"
@@ -121,7 +120,6 @@ Table.HeadCell = forwardRef(
121
120
fontSize : "14px" ,
122
121
} }
123
122
position = "relative"
124
- overflow = "hidden"
125
123
padding = { [ 1 , 2 ] }
126
124
width = { `${ width } px` }
127
125
onMouseEnter = { ( ) => onHover ( { row : null , column : id } ) }
@@ -283,7 +281,6 @@ Table.Cell = forwardRef(
283
281
whiteSpace : "nowrap" ,
284
282
} }
285
283
width = { `${ width } px` }
286
- overflow = "hidden"
287
284
{ ...rest }
288
285
background = {
289
286
! rest . background && isRowHovering
You can’t perform that action at this time.
0 commit comments