remove overflow-y where it doesn't belong
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/b4e78ede Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/b4e78ede Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/b4e78ede Branch: refs/heads/0.7.0-incubating Commit: b4e78ede37a057c3139ef15c40a0c35dabb40a8f Parents: af222b0 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/brooklyn-ui/blob/b4e78ede/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;
