patw0929 / react-smartbanner

Rewrite Smart App Banner in React.js.
https://patw0929.github.io/react-smartbanner/
MIT License
74 stars 56 forks source link

How to deal with a top-fixed nabvbar #82

Open rifat-shaun opened 1 year ago

rifat-shaun commented 1 year ago

Steps to reproduce:

add a position:fixed;top:0;z-index:1000 navigation bar to the page layout (very popular with mobile design) What happens: the react-smartbanner hides below the navbar instead of pushing it down

What should happen: the react-smartbanner should push the navbar down