diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-07-21 11:10:44 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-07-21 13:29:29 +0200 |
commit | 9ae9a89a96431d0c7812d6611707beab57ddd5b8 (patch) | |
tree | e77616451d4a0ec419149a828e3c581fa5f107d8 /scss/custom.scss | |
parent | b79aacec42c211a665a594dd1d03bee061d443e2 (diff) | |
download | Ishtar-9ae9a89a96431d0c7812d6611707beab57ddd5b8.tar.bz2 Ishtar-9ae9a89a96431d0c7812d6611707beab57ddd5b8.zip |
💄 import tables: vertical scroll buttons (#6400)
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 5 |
1 files changed, 5 insertions, 0 deletions
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 { |