You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/02/20 18:02:57 UTC

[royale-asjs] branch develop updated: make floaitng drawer be in a z-index above other things like tips

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 4ebd992  make floaitng drawer be in a z-index above other things like tips
4ebd992 is described below

commit 4ebd992a083b31ecb3f3d2f4eda437c44cca609a
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Wed Feb 20 19:02:50 2019 +0100

    make floaitng drawer be in a z-index above other things like tips
---
 frameworks/projects/Jewel/src/main/resources/defaults.css       | 2 +-
 frameworks/projects/Jewel/src/main/sass/components/_drawer.sass | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/Jewel/src/main/resources/defaults.css b/frameworks/projects/Jewel/src/main/resources/defaults.css
index 1ca1a34..cc1a21a 100644
--- a/frameworks/projects/Jewel/src/main/resources/defaults.css
+++ b/frameworks/projects/Jewel/src/main/resources/defaults.css
@@ -620,7 +620,7 @@ j|Divider {
   height: 100%;
   overflow: hidden;
   contain: strict;
-  z-index: 5;
+  z-index: 15;
 }
 .jewel.drawer.float::before {
   position: absolute;
diff --git a/frameworks/projects/Jewel/src/main/sass/components/_drawer.sass b/frameworks/projects/Jewel/src/main/sass/components/_drawer.sass
index 6b9d34f..55df95d 100644
--- a/frameworks/projects/Jewel/src/main/sass/components/_drawer.sass
+++ b/frameworks/projects/Jewel/src/main/sass/components/_drawer.sass
@@ -38,7 +38,7 @@ $drawer-float-max-width: 310px
         overflow: hidden
         contain: strict
         
-        z-index: 5
+        z-index: 15
 
         &::before
             position: absolute