fix(toolbar): let click through gradient (#4107)

Otherwise it can eat clicks on elements it is above,
like YouTube and Etherpad controls.
This commit is contained in:
virtuacoplenny 2019-04-17 06:15:08 -07:00 committed by GitHub
parent 603d161788
commit f6c410610a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
transition: top .3s ease-in;
height: 95px;
width: 100%;
pointer-events: none;
position: absolute;
padding: 25px 140px 0 140px;
text-align: center;

View File

@ -48,6 +48,7 @@
height: 160px;
width: 100%;
bottom: -160px;
pointer-events: none;
position: absolute;
z-index: $toolbarBackgroundZ;
}