This is an automated email from the ASF dual-hosted git repository.
iuliana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git
The following commit(s) were added to refs/heads/master by this push:
new 74261ab fix for scrollbars appearing in composer confirmation frame
new 902a187 Merge pull request #253 from
jathanasiou/fix/composer-scrollbars
74261ab is described below
commit 74261abb37909ee3f74b82ac9422b35f9cb4db11
Author: John Athanasiou <[email protected]>
AuthorDate: Tue Jul 20 10:48:12 2021 +0100
fix for scrollbars appearing in composer confirmation frame
---
ui-modules/blueprint-composer/app/components/designer/designer.less | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/ui-modules/blueprint-composer/app/components/designer/designer.less
b/ui-modules/blueprint-composer/app/components/designer/designer.less
index 847b619..272314a 100644
--- a/ui-modules/blueprint-composer/app/components/designer/designer.less
+++ b/ui-modules/blueprint-composer/app/components/designer/designer.less
@@ -259,7 +259,7 @@ designer {
align-items: center;
background: lighten(@brand-primary, 50%);
.node-confirmation-text {
- overflow: scroll;
+ overflow: auto; // removes needless scrollbars
width: 90%;
}
.node-confirmation-button {