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

Edit Variant Button glitched #842

Open
AltayAkkus opened this issue Dec 19, 2022 · 1 comment
Open

Edit Variant Button glitched #842

AltayAkkus opened this issue Dec 19, 2022 · 1 comment

Comments

@AltayAkkus
Copy link

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

@AltayAkkus
Copy link
Author

Should be fixed in #843

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 a pull request may close this issue.

2 participants