Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Edit Variant Button glitched #842

@AltayAkkus

Description

@AltayAkkus

Bug report

When trying to edit a variant, the radix button is put under the next variant, so the UI becomes very ugly.

Describe the bug

The z-index set to the radix button does not work properly, because the parent element is neither position: relative nor does it have a own z-index set, so the z-index of the parent div is automatically higher than the highest child z-index, so our radix button is not shown over the elements.

System information

Medusa version (including plugins): demo.medusajs.com, so latest.
Node.js version: demo.medusajs.com
Database: demo.medusajs.com
Operating system: Windows 10
Browser (if relevant): Firefox (latest) and Chrome (latest)

Steps to reproduce the behavior

  1. Go to demo.medusajs.com
  2. Click on Variants -> Edit Variants
  3. Click a random three-point menu
  4. See error
    grafik

Expected behavior

grafik

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