chore: lint (#6582)

This commit is contained in:
Michael Genson
2025-11-21 23:37:59 -06:00
committed by GitHub
parent 45af609161
commit 201ab4b8ac

View File

@@ -100,7 +100,7 @@
v-show="isCookMode && !hasLinkedIngredients" v-show="isCookMode && !hasLinkedIngredients"
key="cookmode" key="cookmode"
:height="$vuetify.display.smAndUp ? 'calc(100vh - 48px)' : 'auto'" :height="$vuetify.display.smAndUp ? 'calc(100vh - 48px)' : 'auto'"
className="overflow-hidden" class-name="overflow-hidden"
> >
<!-- the calc is to account for the toolbar a more dynamic solution could be needed --> <!-- the calc is to account for the toolbar a more dynamic solution could be needed -->
<v-row style="height: 100%" no-gutters class="overflow-hidden"> <v-row style="height: 100%" no-gutters class="overflow-hidden">