Skip to content

Commit

Permalink
fix: dropdown options not visible for metadata upgradable extensions (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
alphainfinitus authored Feb 16, 2024
1 parent c03bff8 commit dfa5d51
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 dfa5d51

Please sign in to comment.