File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 7575 </ button >
7676 </ div >
7777
78- < div v-if ="showFlyout " class ="absolute right-0 z-[100] top-[90%] w-48 origin-top-right rounded-md bg-white py-1 shadow-lg ring-1 ring-black/5 focus:outline-none " role ="menu " aria-orientation ="vertical " aria-labelledby ="user-menu-button " tabindex ="-1 ">
78+ < div
79+ v-if ="showFlyout "
80+ class ="absolute right-0 top-[90%] w-48 origin-top-right rounded-md bg-white py-1 shadow-lg ring-1 ring-black/5 focus:outline-none "
81+ role ="menu "
82+ aria-orientation ="vertical "
83+ aria-labelledby ="user-menu-button "
84+ style ="z-index: 10000 "
85+ tabindex ="-1 ">
7986 < router-link to ="/team " v-if ="hasAccess(roles, 'team') " @click ="showFlyout = false " class ="cursor-pointer block px-4 py-2 text-sm text-gray-700 hover:bg-ultramarine-200 " role ="menuitem " tabindex ="-1 " id ="user-menu-item-2 "> Team</ router-link >
8087 < span v-else class ="block px-4 py-2 text-sm text-gray-300 cursor-not-allowed " role ="menuitem " tabindex ="-1 " id ="user-menu-item-2 ">
8188 Team
You can’t perform that action at this time.
0 commit comments