wintercms / wn-blocks-plugin

Block based content management plugin for Winter CMS.
MIT License
21 stars 5 forks source link

[Bug] Blocks don't appear in Static Pages if screen resolution is too high #33

Closed nmiyazaki-chapleau closed 5 months ago

nmiyazaki-chapleau commented 6 months ago

The blocks section of a Static Page disappears if the screen resolution is too high. I am unsure of the dimensions, but on a 1920x1080 screen, zooming out to 110% does the trick. This is affecting a colleague that has a monitor with a 2K resolution.

damsfx commented 6 months ago

In this case, providing screenshots can help!

nmiyazaki-chapleau commented 5 months ago

Sure, here's a screenshot of the page at 100% zoom: image Here's a screenshot of the page at 110% zoom: image

nmiyazaki-chapleau commented 5 months ago

Fixed by #32 's resolution.

LukeTowers commented 5 months ago

This is probably because the content field is set to stretch to the full height which probably doesn't play nice with having fields after it. You could always add it to a different tab if you wanted to have both the richeditor and the blocks field.