Skip to content

Commit

Permalink
fix zIndex for translations (#4094)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaskikutis authored May 11, 2022
1 parent 4e5b7c9 commit 1dca348
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/apps/search/components/fields/translations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export class Translations extends React.PureComponent<IProps> {
close={closePopup}
/>
),
100,
);
}

Expand Down

0 comments on commit 1dca348

Please sign in to comment.