Created
February 21, 2018 06:43
-
-
Save shsunmoonlee/f1b5823f5cd33fff50c7398d2e48bdee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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