Skip to content

Commit

Permalink
fix(ui): make versions tooltip above snackbar
Browse files Browse the repository at this point in the history
Fixes #3416
  • Loading branch information
robertsLando committed Nov 14, 2023
1 parent a85b6a1 commit 91376a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<span>{{ status }}</span>
</v-tooltip>

<v-tooltip bottom open-on-click>
<v-tooltip z-index="9999" bottom open-on-click>
<template v-slot:activator="{ on }">
<v-icon
dark
Expand Down

0 comments on commit 91376a3

Please sign in to comment.