fusionbox / django-widgy

A CMS framework for Django built on a heterogenous tree editor.
http://wid.gy
Other
333 stars 52 forks source link

Ugly styling of widget with shelf and editable fields #350

Closed nolsto closed 9 years ago

nolsto commented 9 years ago

When the widget editor is shown for field editing, the widget shelf is pushed off to the right, yet not fully outside the widget's viewable area.

image

Removing overflow-y: auto from .widgy .shelf .scroll bumps the shelf back down below the editor, but this rule is necessary for obscuring long shelfs that are taller than the widgy content field area (as in a layout's shelf).

Is there any reason a widget's shelf should receive the overflow, or can it be removed for that case?