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/09/30 20:38:54 UTC

[royale-docs] branch master updated: fix z-index in menus and try to fix arrow on ios

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 9f90f64  fix z-index in menus and try to fix arrow on ios
9f90f64 is described below

commit 9f90f643da3254c2d993303b73b859e8bef017f0
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Mon Sep 30 22:38:47 2019 +0200

    fix z-index in menus and try to fix arrow on ios
---
 _sass/sidebar.sass | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/_sass/sidebar.sass b/_sass/sidebar.sass
index 32dbea8..a6e9df6 100644
--- a/_sass/sidebar.sass
+++ b/_sass/sidebar.sass
@@ -49,7 +49,6 @@
     padding: 30px
     border-radius: 10px
     text-transform: uppercase
-    z-index: 200
 
 .sidebar
     display: flex
@@ -90,6 +89,8 @@
         border-radius: 0px
         transform: translateX(100%)
         transition: all 0.2s
+        z-index: 200
+        
     .toc-link a, .toc-title-wrapper a
         color: white
     .toc-current
@@ -200,7 +201,7 @@
     top: 32px
     width: 26px
     opacity: .8
-    margin: 0px 40px
+    margin: 0px 0px 0px 40px
 
 .toc-arrow-rot
     width: 26px