Skip to content

Commit

Permalink
UI: Fix popovermenu in list view
Browse files Browse the repository at this point in the history
fixes #662
  • Loading branch information
marcelklehr committed Mar 18, 2019
1 parent fe2f48f commit 485b30b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions css/bookmarks.css
Expand Up @@ -394,9 +394,10 @@ button span,

.bookmark-card .popovermenu {
position: absolute;
top: 50px;
right: 5px;
top: 36px;
right: 7px;
margin-right: -4px;
z-index: 100;
}

.bookmark-card .toggle-actions {
Expand Down

0 comments on commit 485b30b

Please sign in to comment.