mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-16 23:35:15 -05:00
fix: Put tooltips behind app bar (#6711)
This commit is contained in:
@@ -149,6 +149,6 @@ export default defineNuxtComponent({
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.v-toolbar {
|
.v-toolbar {
|
||||||
z-index: 1010 !important;
|
z-index: 2010 !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user