Fix drag-zone when sorting cards
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
committed by
Julius Härtl
parent
3c12c84c7b
commit
86385f0d6f
@@ -310,7 +310,9 @@ input.input-inline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.card-list {
|
.card-list {
|
||||||
min-height: 40px;
|
padding-bottom: 100px;
|
||||||
|
padding-top: 40px;
|
||||||
|
margin-top:-40px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -406,6 +408,7 @@ input.input-inline {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
|
margin-top: -90px;
|
||||||
border: none;
|
border: none;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
-webkit-box-shadow: none;
|
-webkit-box-shadow: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user