Skip to content

Instantly share code, notes, and snippets.

@shsunmoonlee
Created February 21, 2018 06:43
Show Gist options
  • Select an option

  • Save shsunmoonlee/f1b5823f5cd33fff50c7398d2e48bdee to your computer and use it in GitHub Desktop.

Select an option

Save shsunmoonlee/f1b5823f5cd33fff50c7398d2e48bdee to your computer and use it in GitHub Desktop.
// so I have an image inside <Layout> with margin-top: -255px;, which is sitting under nav bar. when I set style of Layout.Header as rgba(255,255,255,0.9) it's not set transparent. it seems there is a white layer underneath or sth. sorry if I'm wrong. I am a beginner.
<Layout.Header className="header">
</Layout.Header>
// css file
.header {
background: rgba(255,255,255,0.9);
height: 57px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment