prateekbh / preact-material-components

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

Make TopAppBar transparent over full page background image #1195

Closed tschnoelzer closed 5 years ago

tschnoelzer commented 5 years ago

Hi team,

what is the way to show a full page background image over TopAppBar?

I can not get it transparent showing to wrapping div background image...

.bg{ background: url(/assets/images/pre.jpeg) no-repeat 0 0; background-size: cover; }

return (

<TopAppBar onNav={(e) => alert(e)} className="topappbar">

... any clue? best Timo
tschnoelzer commented 5 years ago

Sorry guys, it was just the missing 100vh on the bg class.