Merge pull request #2319 from rekado/2173-oembed-overlapping-css-fix
Fix issue #2173 (oembed overlapping top bar) // CSS approach
This commit is contained in:
commit
a672dfc787
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ form
|
||||||
|
|
||||||
header
|
header
|
||||||
@include box-shadow(0,1px,2px,rgba(0,0,0,0.5))
|
@include box-shadow(0,1px,2px,rgba(0,0,0,0.5))
|
||||||
@include linear-gradient(rgba(35,30,30,0.95),rgba(35,30,30,1))
|
@include linear-gradient(rgb(40,35,35),rgb(35,30,30))
|
||||||
|
|
||||||
:z-index 1001
|
:z-index 1001
|
||||||
:padding 6px 0
|
:padding 6px 0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue