fix: Put tooltips behind app bar (#6711)

This commit is contained in:
Michael Genson
2025-12-13 10:56:18 -06:00
committed by GitHub
parent 20a6e71b31
commit e5276f6c20

View File

@@ -149,6 +149,6 @@ export default defineNuxtComponent({
<style scoped>
.v-toolbar {
z-index: 1010 !important;
z-index: 2010 !important;
}
</style>