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 ec306f9  jewel-layout-basic: position needs to be forced. Still need 
so JS calcs for parent height
ec306f9 is described below

commit ec306f9c845df7a4030b49cef28710a2d30a4cb8
Author: Carlos Rovira <carlosrov...@apache.org>
AuthorDate: Thu Jan 30 22:50:13 2020 +0100

    jewel-layout-basic: position needs to be forced. Still need so JS calcs for 
parent height
---
 frameworks/projects/Jewel/src/main/sass/components/_layout.sass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/Jewel/src/main/sass/components/_layout.sass 
b/frameworks/projects/Jewel/src/main/sass/components/_layout.sass
index 52e47ef..10fcffa 100644
--- a/frameworks/projects/Jewel/src/main/sass/components/_layout.sass
+++ b/frameworks/projects/Jewel/src/main/sass/components/_layout.sass
@@ -40,7 +40,7 @@ $gap-size: 10px !default
 .layout.basic
        position: relative
        > *
-               position: absolute
+               position: absolute !important
 
 .layout
        display: flex

Reply via email to