From 5afb7f50c8ab21f54cc116d8d593f221b91f0894 Mon Sep 17 00:00:00 2001 From: Rob Lazzurs Date: Tue, 26 Nov 2013 13:16:25 +0000 Subject: [PATCH] Ensure bookmarks are visible. As explained in the below linked issue the current CSS is causing the bookmarks to not be visible in some platforms. This change ensures the bookmarks are visible and has been tested as working on Chrome on Mac OS X. https://github.com/owncloud/bookmarks/issues/42 --- css/bookmarks.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/bookmarks.css b/css/bookmarks.css index d4f19731..84609227 100644 --- a/css/bookmarks.css +++ b/css/bookmarks.css @@ -35,7 +35,7 @@ input.disabled, input.disabled:hover, input.disabled:focus { #rightcontent { padding-top: 5px; top: 1em !important; - + overflow: visible; } .bookmarks_headline {