Repository: ambari Updated Branches: refs/heads/trunk ac7ff8bab -> bfc33681e
AMBARI-18823. Text appears to fall off frame on Assign Slaves and Clients page (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/bfc33681 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/bfc33681 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/bfc33681 Branch: refs/heads/trunk Commit: bfc33681e6d501272f1f5ebfee12589439641ab8 Parents: ac7ff8b Author: Alex Antonenko <[email protected]> Authored: Tue Nov 8 19:11:05 2016 +0200 Committer: Alex Antonenko <[email protected]> Committed: Wed Nov 9 13:18:36 2016 +0200 ---------------------------------------------------------------------- ambari-web/app/styles/common.less | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/bfc33681/ambari-web/app/styles/common.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/common.less b/ambari-web/app/styles/common.less index 3db7546..8c8199c 100644 --- a/ambari-web/app/styles/common.less +++ b/ambari-web/app/styles/common.less @@ -498,3 +498,21 @@ padding-left: 8px; padding-right: 8px; } + +::-webkit-scrollbar { + -webkit-appearance: none; +} + +::-webkit-scrollbar:vertical { + width: 11px; +} + +::-webkit-scrollbar:horizontal { + height: 11px; +} + +::-webkit-scrollbar-thumb { + border-radius: 8px; + border: 2px solid white; + background-color: rgba(0, 0, 0, .5); +} \ No newline at end of file
