NullVoxPopuli / limber

Glimdown playground for documentation, demos, etc

Home Page:https://limber.glimdown.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Popover has lower z-index than resize-handle

johanrd opened this issue · comments

https://limber.glimdown.com/edit?c=Q&forceEditor=true&format=gjs

Screenshot 2024-02-05 at 01 00 40

Two different ways to solve this:

  1. johanrd@c751df1 – this is perhaps to prefer (if there are no remembered reason for the z-10, of course)
  2. johanrd@b2e7f77 – this is just to point to the where the other z-index is. Could perhaps be solved by setting class="z-20" on the menu component, and spread it with ...attributes.

Fixed in #1642