From daf75dbf7210a80cdc5aecdbf3fb9e6ac020d69b Mon Sep 17 00:00:00 2001 From: Giacinto Garcea Date: Thu, 6 Feb 2014 20:21:16 +0100 Subject: [PATCH] Fixed css for mobile version The Bookmarks Panel not closed. Now work. --- plugins/bookmarks-css.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/bookmarks-css.css b/plugins/bookmarks-css.css index 2ad998d7..a8630974 100644 --- a/plugins/bookmarks-css.css +++ b/plugins/bookmarks-css.css @@ -15,7 +15,7 @@ } #bookmarksBox{ - display:block !important; + display:block; position:absolute !important; z-index:4001; top:100px; @@ -421,7 +421,8 @@ margin: 0 !important; padding: 0 !important; border: 0 !important; - background: transparent !important;; + background: transparent !important; + overflow:auto !important; } #bookmarksBox.mobile .bookmarkList ul, #bookmarksBox.mobile .bookmarkList ul li,