diff options
Diffstat (limited to 'remoting/webapp/main.css')
-rw-r--r-- | remoting/webapp/main.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css index 7b50dbb..2eb0948 100644 --- a/remoting/webapp/main.css +++ b/remoting/webapp/main.css @@ -743,6 +743,7 @@ html.apps-v2.scrollable { /* video-container needs relative position so that mediasource-video-output can * be positioned relative to the parent with position:absolute. */ #video-container { + width: 100%; position: relative; } |