Skip to content

BUG: Incompatibility with Flowpack/media-ui for uploading an asset #92

@rolandschuetz

Description

@rolandschuetz

Then opening the link editor and going to the media ui tab, the new media UI has a button "Upload file" that opens a modal, this modal has a z-index of 55, which is less than the one from Archaeopteryx and so you can't upload a media file here.

My current workaround is to inject this CSS in the backend:
Settings.yaml

Neos:
  Neos:
    Ui:
      resources:
        stylesheets:
          'YOUR_PACKAGE_NAME/ArchaeopteryxFix':
            resource: 'resource://YOUR_PACKAGE_NAME/Public/ArchaeopteryxFix.css'

ArchaeopteryxFix.css

/* workaround for the https://github.com/sitegeist/Sitegeist.Archaeopteryx/issues/92 with the media module */
section[role="dialog"] + section[role="dialog"][class*="__mediaModuleTheme___"] {
    z-index: 101;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions