fix: Small unfocusable area below last block in editor, closes #4713

This commit is contained in:
Tom Moor
2023-01-14 20:45:15 -05:00
parent 0cccd7141d
commit 51baba8fa8

View File

@@ -149,6 +149,10 @@ width: 100%;
& > * {
margin-top: .5em;
margin-bottom: .5em;
&:last-child {
margin-bottom: 0;
}
}
& > :first-child,