django-cms / djangocms-admin-style

django CMS Admin Style is a Django Theme tailored to the needs of django CMS.

Home Page:http://www.django-cms.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: cant't return from CKEditor's "Maximize"

vstoykov opened this issue · comments

When maximize button on CKEditor is clicked then Header bar is hiding top row of the CKEditor toolbar and now is unable to return from "maximized" state.

The issue is caused by the very large z-index of the #header. Now it is 9999 (https://github.com/divio/djangocms-admin-style/blob/master/djangocms_admin_style/sass/components/_header.scss#L19).
If it is reduced to 999 it's working.

If both the bar and maximized ckeditor need to stay I don't know how this need to be fixed.

Sorry I just saw that it is fixed in master.