fix: Small unfocusable area below last block in editor, closes #4713
This commit is contained in:
@@ -149,6 +149,10 @@ width: 100%;
|
||||
& > * {
|
||||
margin-top: .5em;
|
||||
margin-bottom: .5em;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
& > :first-child,
|
||||
|
||||
Reference in New Issue
Block a user