Fix popovermenus on 13

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2017-11-08 21:48:37 +01:00
committed by Julius Härtl
parent 081b3520a0
commit 066f67ef7b
3 changed files with 4 additions and 15 deletions

View File

@@ -496,8 +496,6 @@ input.input-inline {
z-index: 999;
opacity: 1;
display: block;
margin-top: 25px;
margin-right: 0px;
&.hidden {
display: none;
@@ -834,6 +832,7 @@ input.input-inline {
button {
opacity: 0.5;
padding: 22px;
}
&:hover button {
@@ -852,10 +851,6 @@ input.input-inline {
opacity: 0.5;
}
.popovermenu {
margin-top: 5px;
}
.board-edit-controls {
display: flex;
}