You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.
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)
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 neitherposition: relative
nor does it have a ownz-index
set, so thez-index
of the parent div is automatically higher than the highest childz-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
Expected behavior
The text was updated successfully, but these errors were encountered: