MoOx / react-topbar-progress-indicator

`topbar` progress indicator as a React component
MIT License
109 stars 6 forks source link

Can't click through the indicator #26

Closed narthur closed 2 years ago

narthur commented 2 years ago

Seems the iframe containing the topbar is much taller than its visual height. I have some user controls near the top of the page, and the topbar blocks them from being clicked when it's present. Is there a way to fix this? I tried putting pointer-events: none; on the iframe, but this doesn't work, probably for security reasons to prevent people from click jacking. At a loss for how to fix this...

MoOx commented 2 years ago

You should see this with the initial module https://github.com/buunguyen/topbar as this module is just a react wrapper