Skip to content

Commit 6b3c84a

Browse files
committed
Fix dragging into an if block
1 parent e35e0cd commit 6b3c84a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/nico/src/nico/components/Block.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ export default {
6060
}
6161
.if {
6262
> .dragArea {
63-
padding-bottom: 20px;
63+
min-height: 20px;
6464
}
65-
padding-bottom: 15px;
65+
margin-bottom: 15px;
66+
padding-bottom: 0;
6667
}
6768
</style>

0 commit comments

Comments
 (0)