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
2 changed files with 2 additions and 0 deletions

View File

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