Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Adding z-index to sticky panel when position: fixed is applied #318

Merged
merged 3 commits into from
Oct 2, 2017

Conversation

szymonkups
Copy link
Contributor

@szymonkups szymonkups commented Oct 2, 2017

Suggested merge commit message (convention)

Fix: Fixed sticky panel positioning when above images. Closes ckeditor/ckeditor5#5413.


Additional information

Sticky panel which holds the toolbar have position:fixed applied, so the elements inside editor with position:relative (images for example) are positioned above the sticky panel. Browser compares z-index of the sticky panel (which is not set) instead of toolbar's z-index: 999.

@Reinmar
Copy link
Member

Reinmar commented Oct 2, 2017

You could write under the ticket the things you wrote me on priv about why is this needed. For the future ref.

@Reinmar
Copy link
Member

Reinmar commented Oct 2, 2017

LGTM.

@Reinmar Reinmar merged commit 00f2add into master Oct 2, 2017
@Reinmar Reinmar deleted the t/315 branch October 2, 2017 15:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Image is rendered above the toolbar
2 participants