Browse Source

Brought back pointer events in remote videos on kiosk view.

pull/28/merge
Simon Eisenmann 11 years ago
parent
commit
7d8ebcc35a
  1. 1
      src/styles/components/_audiovideo.scss

1
src/styles/components/_audiovideo.scss

@ -332,6 +332,7 @@
background:rgba(0,0,0,0.4); background:rgba(0,0,0,0.4);
padding-right:192px; padding-right:192px;
min-height:108px; min-height:108px;
pointer-events:auto;
>div { >div {
height:108px; height:108px;
width:192px; width:192px;

Loading…
Cancel
Save