prateekbh / preact-material-components

preact wrapper for "Material Components for the web"
https://material.preactjs.com
MIT License
553 stars 81 forks source link

Show TopAppBar with scroll #1239

Closed gopalramadugu closed 5 years ago

gopalramadugu commented 5 years ago

Can we make the TopAppBar visible with scroll ? This is useful if I have a page that might need scroll. I dont want the user to scroll to top to open menu again. I tried couple of css with position fixed and z-index none seem to work. Am missing a property setting ?

cromefire commented 5 years ago

Cc: @prateekbh

cromefire commented 5 years ago

I think this was resolved by the fixed prop on the docs site