mirror of
https://github.com/gotson/komga.git
synced 2026-04-21 22:40:48 +02:00
storybook wrapper remove fill height for v-app
This commit is contained in:
parent
0c7f07116f
commit
0fdc1fefa4
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