This is an automated email from the ASF dual-hosted git repository.
carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 6925321 fix height scrolling in app
6925321 is described below
commit 6925321c37afb4415a99f186227fa5e2d3b40108
Author: Carlos Rovira <[email protected]>
AuthorDate: Fri Jul 13 13:33:29 2018 +0200
fix height scrolling in app
---
frameworks/projects/Jewel/src/main/resources/defaults.css | 1 -
frameworks/projects/Jewel/src/main/sass/_global.sass | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/frameworks/projects/Jewel/src/main/resources/defaults.css
b/frameworks/projects/Jewel/src/main/resources/defaults.css
index 729a472..05d42b2 100644
--- a/frameworks/projects/Jewel/src/main/resources/defaults.css
+++ b/frameworks/projects/Jewel/src/main/resources/defaults.css
@@ -48,7 +48,6 @@ j|ApplicationResponsiveView {
.applicationResponsiveView {
display: inline-flex;
width: 100%;
- height: 100%;
}
j|ApplicationView {
diff --git a/frameworks/projects/Jewel/src/main/sass/_global.sass
b/frameworks/projects/Jewel/src/main/sass/_global.sass
index be7f82d..a9a7801 100644
--- a/frameworks/projects/Jewel/src/main/sass/_global.sass
+++ b/frameworks/projects/Jewel/src/main/sass/_global.sass
@@ -49,7 +49,7 @@ j|ApplicationResponsiveView
.applicationResponsiveView
display: inline-flex
width: 100%
- height: 100%
+ // height: 100% // can't have 100% height or prevents app scrolling
j|ApplicationView
IBeadView: ClassReference("org.apache.royale.core.beads.GroupView")