appuniversum / ember-appuniversum

Ember addon wrapping the appuniversum components.
https://appuniversum.github.io/ember-appuniversum
MIT License
14 stars 10 forks source link

Fix a styling issue in the `AuMainHeader` component #503

Closed Windvis closed 3 months ago

Windvis commented 3 months ago

There are some elements that are also using the alpha z-index, which causes issues if elements inside the main header escape its boundaries (for example dropdowns, or drop shadows). By setting it to the beta value, things should work as expected.

Closes #386