mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
storybook wrapper remove fill height for v-app
This commit is contained in:
parent
a7dbbecaa3
commit
794deab3e5
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