From: Jan Büren Date: Thu, 11 Aug 2016 12:18:41 +0000 (+0200) Subject: Untere Scroll-Balken anzeigen, falls Bereich > Browser X-Git-Tag: release-3.5.4~2141 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=208c2dd00b4c36be7608927bd3671134b4cfbebc;p=kivitendo-erp.git Untere Scroll-Balken anzeigen, falls Bereich > Browser --- diff --git a/css/kivitendo/jquery-ui.custom.css b/css/kivitendo/jquery-ui.custom.css index 4f8a19d5c..741efbf31 100644 --- a/css/kivitendo/jquery-ui.custom.css +++ b/css/kivitendo/jquery-ui.custom.css @@ -123,3 +123,7 @@ .jstree a { border-bottom: none; } +/* show scrollbar vertical */ +.ui-tabs-panel { + overflow: scroll; +} diff --git a/css/lx-office-erp/jquery-ui.custom.css b/css/lx-office-erp/jquery-ui.custom.css index fbab5261d..4e4f2181f 100644 --- a/css/lx-office-erp/jquery-ui.custom.css +++ b/css/lx-office-erp/jquery-ui.custom.css @@ -116,3 +116,7 @@ position: relative; text-align:left; } +/* show scrollbar vertical */ +.ui-tabs-panel { + overflow: scroll; +}