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/24 10:20:58 UTC

[royale-docs] branch master updated: add scrolling for sidebar menu on mobile devices

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 5822519  add scrolling for sidebar menu on mobile devices
5822519 is described below

commit 5822519690e572c01e60beedc27eaf84c4258b66
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Tue Sep 24 12:20:51 2019 +0200

    add scrolling for sidebar menu on mobile devices
---
 _sass/sidebar.sass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/_sass/sidebar.sass b/_sass/sidebar.sass
index 8a4afbd..f026c0d 100644
--- a/_sass/sidebar.sass
+++ b/_sass/sidebar.sass
@@ -93,6 +93,8 @@
     justify-content: flex-start
     align-items: stretch
     width: 300px
+    overflow-y: auto
+    margin-top: 20px
 
 .menu_div2 
     margin-left: 15px