nextcloud / jitsi

Nextcloud Jitsi Integration
GNU Affero General Public License v3.0
28 stars 9 forks source link

Nextcloud header overlaps with jitsi interface #20

Closed kerel-fs closed 1 year ago

kerel-fs commented 1 year ago

:lady_beetle: Problem

The header / banner / navigation bar at the top of the viewport overlaps the jitsi conference-container. Thus interface elements at the top of the jitsi app can't be accessed, e.g. the button to close the chat. This is especially unfortunate as a click on this "close chat" button will open a different nextcloud app instead (in the example screenshot it's the Contacts app), thus leaving the jitsi room. Example screenshot of the problem: nextcloud-jitsi-issue

Please let me know if additional debug information is needed!

:bulb: Possible solution

Use the remaining space below the header for the jitsi app instead of using the full viewport. Unfortunately my knowledge of nextcloud wasn't enough to add/modify the respective CSS rules yet.

weeman1337 commented 1 year ago

Thanks for reporting the issue @kerel-fs . Can you provide the following information:

kerel-fs commented 1 year ago

Browsers:

Nextcloud version: 25.0.0 Jitsi Integration version: 0.15.0

weeman1337 commented 1 year ago

Jitsi app 0.15 doesn't support Nextcloud 25

Can you update to the latest version and try again?

kerel-fs commented 1 year ago

no, as I am not the server admin. I'm fine with this issue getting closed. If it is reproducible with a supported version I would re-open it.

Thanks for your support!

kerel-fs commented 1 year ago

Issue fixed by update to latest Jitsi Integration (probably 16.2). The Nextcloud header / navigation bar is not displayed anymore while in a meeting.