kudago / smart-app-banner

Lightweight smart app banner with no jquery requirement
MIT License
526 stars 250 forks source link

Issue with menu icon showing on top of banner #82

Open power7714 opened 7 years ago

power7714 commented 7 years ago

I have a responsive website that shows a menu icon in the top left of the screen. When I tested this on my android phone with Google Chrome, the banner shows as expected and above main content but users can't dismiss the banner because of the menu icon. Any ideas?

jfoclpf commented 5 years ago

I don't know if it's exactly the same issue, but I had a similar issue, and I solved it by changing the z-index of my header element.

Class .smartbannerhas a z-index: 9998. By having this fixed, you can play with the z-index of the elements of your webpage. Check here.