Skip to content

Commit

Permalink
add z index
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-1979 committed Feb 17, 2024
1 parent 568751a commit 69d44a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/page-settings/src/Metadata/Extensions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ function Extensions ({ chainInfo, className }: Props): React.ReactElement<Props>
const StyledTable = styled(Table)`
table {
overflow: visible;
z-index: 2;
}
`;

Expand Down

0 comments on commit 69d44a4

Please sign in to comment.