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
I'm not sure what <div class="ui-resizable-handle ui-resizable-w" style="z-index: 90; display: block;"></div> does, but dragging it to the right takes away space from the pagetree to a point where it becomes invisible.
As a workaround I temporarily fixed it by adding .ui-resizable-handle.ui-resizable-w {display:none !important;} to the backend css file of my site package.
The text was updated successfully, but these errors were encountered:
I'm not sure what
<div class="ui-resizable-handle ui-resizable-w" style="z-index: 90; display: block;"></div>
does, but dragging it to the right takes away space from the pagetree to a point where it becomes invisible.As a workaround I temporarily fixed it by adding
.ui-resizable-handle.ui-resizable-w {display:none !important;}
to the backend css file of my site package.The text was updated successfully, but these errors were encountered: