Skip to content

Commit

Permalink
fix: background shadow breaks for fixed columns (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
fagom committed Mar 8, 2022
1 parent a3c5fe0 commit 02543a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material-table.js
Original file line number Diff line number Diff line change
Expand Up @@ -1254,7 +1254,7 @@ export default class MaterialTable extends React.Component {
top: 0,
left: 0,
boxShadow: '2px 0px 15px rgba(125,147,178,.25)',
overflowX: 'visible',
overflowX: 'clip',
zIndex: 11
}}
>
Expand Down

0 comments on commit 02543a5

Please sign in to comment.