mirror of
https://github.com/gotson/komga.git
synced 2026-01-20 15:15:16 +01:00
storybook wrapper remove fill height for v-app
This commit is contained in:
parent
983e9921ce
commit
f06e327d1a
1 changed files with 5 additions and 0 deletions
|
|
@ -19,4 +19,9 @@ export default {
|
|||
|
||||
<style>
|
||||
@import '../src/styles/global.scss';
|
||||
|
||||
.v-application__wrap {
|
||||
min-height: unset !important;
|
||||
height: auto !important;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue