storybook wrapper remove fill height for v-app

This commit is contained in:
Gauthier Roebroeck 2026-01-12 16:13:27 +08:00
parent 983e9921ce
commit f06e327d1a

View file

@ -19,4 +19,9 @@ export default {
<style>
@import '../src/styles/global.scss';
.v-application__wrap {
min-height: unset !important;
height: auto !important;
}
</style>