From 966181c9774b7e0b9dbc7c4e112c0a4edab488d6 Mon Sep 17 00:00:00 2001 From: Spythere Date: Wed, 10 Apr 2024 16:25:11 +0200 Subject: [PATCH] fix: wiki list table height --- src/components/tabs/WikiListTab.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/tabs/WikiListTab.vue b/src/components/tabs/WikiListTab.vue index e5475d8..55619e8 100644 --- a/src/components/tabs/WikiListTab.vue +++ b/src/components/tabs/WikiListTab.vue @@ -296,13 +296,12 @@ export default defineComponent({ .tab_content { display: grid; - grid-template-rows: 30px 700px; + grid-template-rows: 30px 770px; gap: 0.5em; } .table-wrapper { overflow: auto; - max-height: 95vh; } .wiki-list table {