Allow click through header

This commit is contained in:
Keplyx 2018-05-23 17:10:39 +02:00
parent 0426172f7c
commit b98a92523b
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@
margin: 5px;
height: 40px;
width: 40px;
pointer-events: auto;
}
#bar1, #bar2-1, #bar2-2, #bar3 {

View file

@ -183,6 +183,7 @@ Full-Width Styles
z-index: 2000;
height: 100px;
background: linear-gradient(to bottom, #1c1c1c, transparent 90%);
pointer-events: none;
}
#header_top h4 {