You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dawidurbanski
changed the title
Add body bottom margin when inspector is collapsed
Add bottom margin to body element when inspector is collapsed
Sep 21, 2021
Currently the margin-bottom on the body element is added when inspector is expanded:
This makes all the content to be nicely pushed up when inspector is expanded
Unfortunately there is no such behaviour in case of inspector collapsed causing contents of the page to overlap with it.
It would be great if we could add
--ck-inspector-collapsed-height
custom property and use it accordingly:The text was updated successfully, but these errors were encountered: