Skip to content

Commit

Permalink
fix: show Account menu on top of toast notifications (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
andre8244 authored Oct 4, 2024
1 parent 71773bf commit eeea321
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@nethesis/nethesis-brands-svg-icons": "github:nethesis/Font-Awesome#ns-brands",
"@nethesis/nethesis-light-svg-icons": "github:nethesis/Font-Awesome#ns-light",
"@nethesis/nethesis-solid-svg-icons": "github:nethesis/Font-Awesome#ns-solid",
"@nethesis/vue-components": "^1.4.0",
"@nethesis/vue-components": "^1.5.0",
"@types/lodash-es": "^4.17.12",
"@vuepic/vue-datepicker": "^7.2.2",
"@vueuse/core": "^10.5.0",
Expand Down
1 change: 1 addition & 0 deletions src/components/controller/ControllerTopBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ function openNotificationsDrawer() {
:items="accountMenuOptions"
:alignToRight="true"
:openMenuAriaLabel="t('common.shell.open_user_menu')"
menuClasses="!z-[150]"
>
<template #button>
<button type="button" :class="['-m-2.5 flex p-2.5', topBarButtonsColorClasses]">
Expand Down
1 change: 1 addition & 0 deletions src/components/standalone/StandaloneTopBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ function openNotificationsDrawer() {
:items="accountMenuOptions"
:alignToRight="true"
:openMenuAriaLabel="t('common.shell.open_user_menu')"
menuClasses="!z-[150]"
>
<template #button>
<button type="button" :class="['-m-2.5 flex p-2.5', topBarButtonsColorClasses]">
Expand Down

0 comments on commit eeea321

Please sign in to comment.