From 1814e23e305864482ba5e063d31fd46aacb86905 Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Sat, 6 Jul 2024 16:43:01 +0800 Subject: [PATCH] fix: v-table scroll bar --- addon/chrome/content/syncManager.xhtml | 3 +++ addon/chrome/content/templateEditor.xhtml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/addon/chrome/content/syncManager.xhtml b/addon/chrome/content/syncManager.xhtml index 0559c2a..3306eb6 100644 --- a/addon/chrome/content/syncManager.xhtml +++ b/addon/chrome/content/syncManager.xhtml @@ -88,6 +88,9 @@ width: 100%; overflow: auto; } + #manager-table { + height: 100%; + } diff --git a/addon/chrome/content/templateEditor.xhtml b/addon/chrome/content/templateEditor.xhtml index c3db1ff..5e72de8 100644 --- a/addon/chrome/content/templateEditor.xhtml +++ b/addon/chrome/content/templateEditor.xhtml @@ -100,6 +100,9 @@ width: 100%; overflow: auto; } + #templates-table { + height: 100%; + } .editor-viewport { display: flex; flex-direction: column;