forked from vergnet/site-accueil-insa
Allow click through header
This commit is contained in:
parent
0426172f7c
commit
b98a92523b
2 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
|
pointer-events: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#bar1, #bar2-1, #bar2-2, #bar3 {
|
#bar1, #bar2-1, #bar2-2, #bar3 {
|
||||||
|
|
|
@ -183,6 +183,7 @@ Full-Width Styles
|
||||||
z-index: 2000;
|
z-index: 2000;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
background: linear-gradient(to bottom, #1c1c1c, transparent 90%);
|
background: linear-gradient(to bottom, #1c1c1c, transparent 90%);
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header_top h4 {
|
#header_top h4 {
|
||||||
|
|
Loading…
Reference in a new issue