diff options
-rw-r--r-- | pages-src/jitsi.bvr | 2 | ||||
-rw-r--r-- | pages/jitsi.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pages-src/jitsi.bvr b/pages-src/jitsi.bvr index 7632680..8b38ff0 100644 --- a/pages-src/jitsi.bvr +++ b/pages-src/jitsi.bvr @@ -37,7 +37,7 @@ </div> </nav> <@?i navigation@> - <div class="container" style="height: calc(100vh - 74px); width: 100%"> + <div class="container" style="flex: 2; overflow: auto; width: 100%"> <iframe src="https://video.gimb.tk" frameBorder="0" style="width: 100%; height: 100%"> Ur browser does not support iframes, you have no Internet connection or the GimB videoconference server is down or does not allow iframes. Probably we fucked something up, so drop us a message. diff --git a/pages/jitsi.html b/pages/jitsi.html index c6793d9..616cf40 100644 --- a/pages/jitsi.html +++ b/pages/jitsi.html @@ -59,7 +59,7 @@ </ul> - <div class="container" style="height: calc(100vh - 74px); width: 100%"> + <div class="container" style="flex: 2; overflow: auto; width: 100%"> <iframe src="https://video.gimb.tk" frameBorder="0" style="width: 100%; height: 100%"> Ur browser does not support iframes, you have no Internet connection or the GimB videoconference server is down or does not allow iframes. Probably we fucked something up, so drop us a message. |