Skip to content

Commit

Permalink
Merge pull request #96 from virtualidentityag/fix/DIAKONIE-282-locale…
Browse files Browse the repository at this point in the history
…-overlay-not-visible

fix: set zindex for menu portal and fix icon size
  • Loading branch information
janrembold authored Apr 24, 2024
2 parents fe842d2 + 619f5d0 commit d44fb00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/localeSwitch/LocaleSwitch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export const LocaleSwitch: React.FC<LocaleSwitchProp> = ({
height={iconSize}
className="navigation__icon__filled"
color="inherit"
style={{ width: 'auto', height: 'auto' }}
/>
</>
)}{' '}
Expand Down
4 changes: 4 additions & 0 deletions src/components/localeSwitch/localeSwitch.styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@
font-weight: $font-weight-medium;
}
}

.select__input__menu-portal {
z-index: 1000;
}
}

0 comments on commit d44fb00

Please sign in to comment.