diff --git a/src/components/system/Microtab.vue b/src/components/system/Microtab.vue index d367c87..4928a37 100644 --- a/src/components/system/Microtab.vue +++ b/src/components/system/Microtab.vue @@ -73,3 +73,10 @@ export default { height: 50px; } + + diff --git a/src/components/system/Tabs.vue b/src/components/system/Tabs.vue index 6698a0f..4197d1d 100644 --- a/src/components/system/Tabs.vue +++ b/src/components/system/Tabs.vue @@ -59,6 +59,8 @@ export default { min-height: calc(100% - 100px); display: flex; flex-direction: column; + margin: 0; + flex-grow: 1; } .separator { @@ -89,12 +91,6 @@ export default { margin: 7px 0; } -.tabs-container > .simplebar-wrapper, -.simplebar-content-wrapper, -.simplebar-content { - min-height: 100%; -} - .tabs-container > .simplebar-wrapper > .simplebar-mask > .simplebar-offset > .simplebar-content-wrapper > .simplebar-content { display: flex; height: 100vh; @@ -107,4 +103,9 @@ export default { .tab > [data-simplebar] > .simplebar-wrapper > .simplebar-mask > .simplebar-offset > .simplebar-content-wrapper { position: static; } + +.tab > [data-simplebar] > .simplebar-wrapper > .simplebar-mask > .simplebar-offset > .simplebar-content-wrapper > .simplebar-content { + flex-direction: column; + min-height: 100%; +} diff --git a/src/data/layers/aca/c.js b/src/data/layers/aca/c.js index 1a99884..a7079a9 100644 --- a/src/data/layers/aca/c.js +++ b/src/data/layers/aca/c.js @@ -376,7 +376,7 @@ export default {