Fix popovermenu on master

This commit is contained in:
Julius Haertl
2017-01-19 11:53:22 +01:00
parent 634f7d3fce
commit 40f179fe48
2 changed files with 7 additions and 1 deletions

View File

@@ -253,6 +253,11 @@
z-index: 999;
opacity: 1;
margin-left: 10px;
display: block;
}
.card .popovermenu.hidden {
display: none;
}
.card .card-assignees {