kradio3 / react-mdc-web

Material Design Components for React
https://kradio3.github.io/react-mdc-web/
MIT License
173 stars 25 forks source link

Why does my content hide behind the Toolbar? #60

Open kradio3 opened 6 years ago

kradio3 commented 6 years ago

@prakharrke https://github.com/kradio3/react-mdc-web/issues/5#issuecomment-349083644

kradio3 commented 6 years ago

@prakharrke , which toolbar you are using? Fixed or static?

prakharrke commented 6 years ago

Tried fixed and fixed-last-row-only.

prakharrke commented 6 years ago

I solved the problem using padding-top on body. But is there any other way? Also, is fixed-last-row-only not supported yet?

kradio3 commented 6 years ago

fixed-last-row-only not fully supported now. I'm currently working on it. But instead of padding you can try to set <Content fixed>....<Content> see https://github.com/kradio3/react-mdc-web/blob/master/src/Content/Content.js

prakharrke commented 6 years ago

Thank you so much! That really helped! Keep up the good work. Much appreciated.