mdgriffith / style-elements

Create styles that don't mysteriously break!
http://package.elm-lang.org/packages/mdgriffith/style-elements/latest
BSD 3-Clause "New" or "Revised" License
445 stars 49 forks source link

Relative positioned (using eg. below) elements are unclickable in Firefox #135

Closed robinheghan closed 6 years ago

robinheghan commented 6 years ago

The big picture of what I'm trying to do

I'm creating a navbar. On the left side is the app name, on the right is a menu which shows a list of potential actions when clicked.

What I did

Take a look at the link below for a minimal example:

https://ellie-app.com/khnqrqxRSa1/1

What I Expected To Happen

Actions in the action menu can be clicked.

What Actually Happened

Actions in the action menu cannot be clicked in Firefox (it works as intended in Chrome). I've also reproduced this with onLeft, onRight and above.

Versions

robinheghan commented 6 years ago

Works in latest alpha