Skip to content

Commit 9ab3f4a

Browse files
committed
Remove not needed overflow.
1 parent dc40b74 commit 9ab3f4a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { Icon } from "src/components/icon"
55
import Flex from "src/components/templates/flex"
66
import Box from "src/components/templates/box"
77
import { Text } from "src/components/typography"
8-
import { IconButton } from "src/components/button"
98
import Tooltip from "src/components/drops/tooltip"
109
import useToggle from "src/hooks/use-toggle"
1110
import { 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

0 commit comments

Comments
 (0)