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

Otherwise it can eat clicks on elements it is above,
like YouTube and Etherpad controls.
pull/4111/head
virtuacoplenny 6 years ago committed by GitHub
parent 603d161788
commit f6c410610a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      css/_subject.scss
  2. 1
      css/_toolbars.scss

@ -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;

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

Loading…
Cancel
Save