mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-11-29 04:24:11 +01:00
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
This commit is contained in:
parent
8113483a2b
commit
5afb7f50c8
@ -35,7 +35,7 @@ input.disabled, input.disabled:hover, input.disabled:focus {
|
||||
#rightcontent {
|
||||
padding-top: 5px;
|
||||
top: 1em !important;
|
||||
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.bookmarks_headline {
|
||||
|
Loading…
Reference in New Issue
Block a user