diff options
Diffstat (limited to '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 { |