Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fullscreen in element slide-outs is broken #445

Closed
croxton opened this issue Jan 24, 2023 · 1 comment
Closed

Fullscreen in element slide-outs is broken #445

croxton opened this issue Jan 24, 2023 · 1 comment
Assignees
Labels

Comments

@croxton
Copy link
Contributor

croxton commented Jan 24, 2023

Description

When using the fullscreen button in a Redactor field in a slide-out, the fullscreen editor is hidden behind the slide-out panel.

Suggested Fix:

Change the z-index of the Redactor container when it is in full-screen mode inside a slide-out:

/* Fix full screen in slide-outs */
.redactor-element-editor-open .redactor-box.redactor-box-fullscreen {
    z-index: 1000 !important; /* was 100 */
}
@brandonkelly
Copy link
Member

Thanks for reporting that! Fixed now for 2.10.12 (Craft 3) and 3.0.4 (Craft 4).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants