From 2a49cbaa875ff336d13d325bb56332f268eb85e8 Mon Sep 17 00:00:00 2001 From: windingwind Date: Fri, 5 May 2023 15:12:55 +0800 Subject: [PATCH] fix: table scroll bug --- addon/chrome/content/syncManager.xhtml | 10 +++++++--- addon/chrome/content/templateEditor.xhtml | 8 ++++++++ addon/chrome/content/virtualizedTable.css | 5 +++++ 3 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 addon/chrome/content/virtualizedTable.css diff --git a/addon/chrome/content/syncManager.xhtml b/addon/chrome/content/syncManager.xhtml index 3aad03d..7b1b8cb 100644 --- a/addon/chrome/content/syncManager.xhtml +++ b/addon/chrome/content/syncManager.xhtml @@ -2,6 +2,7 @@ + diff --git a/addon/chrome/content/templateEditor.xhtml b/addon/chrome/content/templateEditor.xhtml index 907230a..c22f40c 100644 --- a/addon/chrome/content/templateEditor.xhtml +++ b/addon/chrome/content/templateEditor.xhtml @@ -2,6 +2,7 @@ +