Possible issue with a block's content margin #2494
VikhorKonstantin
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not sure what the supposed behavior is, but for me, it seems like a bug:

If I embed EditorJS in a wide container (not a 'narrow' mode), toolbar actions are displayed outside of this container:
HTML:
CSS:
JS:
Possible solution:
where
@media (width >= 651px)
can be replaced with@media (--not-mobile)
and50px
can be replaced with a new variable defined in "variables.css".Beta Was this translation helpful? Give feedback.
All reactions