PennyDreadfulMTG / Penny-Dreadful-Tools

A suite of tools for the Penny Dreadful MTGO community
https://pennydreadfulmagic.com
MIT License
39 stars 28 forks source link

Menu does not scroll when it's higher than the viewport, has issues with border #12811

Open bakert opened 1 week ago

bakert commented 1 week ago

We can't give it overflow-y: auto because that makes a new bounding context which causes the submenu (which is "inside" the menu item) to get clipped. Probably we need to re-jig the HTML that's being output for a nice solution here.