Skip to content

Commit

Permalink
remove double shadow from table toolbar popups
Browse files Browse the repository at this point in the history
  • Loading branch information
raheeliftikhar5 committed Jan 11, 2024
1 parent 86d0f29 commit cc9af45
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ function ColumnSetting(props: {
allChecked = false;
}
return (
<ColumnCheckItem>
<ColumnCheckItem key={columnView.dataIndex}>
<CheckBox
checked={checked}
onChange={(e) => {
Expand Down Expand Up @@ -677,6 +677,7 @@ function ToolbarPopover(props: {
<Popover
open={visible}
overlayStyle={{ pointerEvents: "auto" }}
overlayInnerStyle={{ padding: '0' }}
content={
<div
ref={popOverRef}
Expand Down

0 comments on commit cc9af45

Please sign in to comment.