remove overflow-y where it doesn't belong
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/b08fe4ec Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/b08fe4ec Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/b08fe4ec Branch: refs/heads/master Commit: b08fe4ecaf79d644f7dabbef1a62af7ededcbe58 Parents: 3c11304 Author: Alex Heneveld <[email protected]> Authored: Wed Jun 24 00:37:08 2015 -0700 Committer: Alex Heneveld <[email protected]> Committed: Wed Jun 24 00:37:08 2015 -0700 ---------------------------------------------------------------------- usage/jsgui/src/main/webapp/assets/css/base.css | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/b08fe4ec/usage/jsgui/src/main/webapp/assets/css/base.css ---------------------------------------------------------------------- diff --git a/usage/jsgui/src/main/webapp/assets/css/base.css b/usage/jsgui/src/main/webapp/assets/css/base.css index c33d015..745540c 100644 --- a/usage/jsgui/src/main/webapp/assets/css/base.css +++ b/usage/jsgui/src/main/webapp/assets/css/base.css @@ -1114,7 +1114,6 @@ tr.app-add-wizard-config-entry { margin-bottom: 6px; background-color: #F0F0F0; border-radius: 5px; - overflow-y: scroll; } .catalog-accordion-wrapper .accordion-nav-row { white-space: pre;
