Browse Source

Fixed scrolling bug.

pull/13/merge
Simon Eisenmann 12 years ago
parent
commit
80b5b079fc
  1. 2
      src/styles/components/_screenshare.scss

2
src/styles/components/_screenshare.scss

@ -43,7 +43,7 @@
} }
.screensharepane video { .screensharepane video {
width: 100%; width: 100%;
max-height: 100%; max-height: 99%;
} }
.remotesize .screensharepane video { .remotesize .screensharepane video {
width: auto; width: auto;

Loading…
Cancel
Save