From 9ae9a89a96431d0c7812d6611707beab57ddd5b8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 21 Jul 2025 11:10:44 +0200 Subject: đŸ’„ import tables: vertical scroll buttons (#6400) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scss/custom.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scss/custom.scss') diff --git a/scss/custom.scss b/scss/custom.scss index 8903a52c3..5b1aba8f8 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -335,6 +335,11 @@ ul.table-import-diag > li span.btn{ width: 10rem; } +.vscroll-arrows{ + position: absolute; + right: 3em; +} + .table-scroll { padding: 1em; table { -- cgit v1.2.3