BareRTC/pkg
Noah Petherbridge 147315fee2 Video z-index workaround for Safari
When the Safari browser puts a webcam video full-screen and then
returns, the z-index of the video was higher than the buttons and
controls normally overlaid on top of it.

Add a z-index:1 to the video controls to keep them on top after
returning from full screen. Similar: for popped-out draggable videos,
adding a z-index:1 allows the video to correctly sit on top of docked
videos without the docked video controls (zi:1) rendering above the
popped-out video when you overlap them.

Note: the z-index:1 is applied to popped-out and video controls, any
other combination (e.g. 1 for popped-out and 2 for controls) caused
controls of docked videos to render on top of popped-out ones when they
overlapped.
2024-06-13 14:28:29 -07:00
..
config New Op commands and fixes with blocking admin users 2024-05-17 17:15:48 -07:00
jwt
log
messages Video z-index workaround for Safari 2024-06-13 14:28:29 -07:00
models Clear DMs history button 2024-04-11 23:28:35 -07:00
util
api.go Clear DMs history button 2024-04-11 23:28:35 -07:00
banned_users.go
commands.go New Op commands and fixes with blocking admin users 2024-05-17 17:15:48 -07:00
config.go
expand_media.go
handlers.go Video z-index workaround for Safari 2024-06-13 14:28:29 -07:00
images.go
logging.go Fix webcam freezing issues with mutualOpen video connections 2023-11-18 15:38:02 -08:00
markdown.go
message_filters.go Include DM context in reported messages 2024-01-20 15:17:02 -08:00
pages.go Chat Setting Menu + Various Tweaks 2023-09-08 18:46:36 -07:00
polling_api.go Add DisconnectNow API endpoint 2024-03-15 15:59:42 -07:00
server.go Clear DMs history button 2024-04-11 23:28:35 -07:00
webhook_messages.go
webhooks.go Profile Modals + Misc Features 2023-10-07 13:22:41 -07:00
websocket.go New Op commands and fixes with blocking admin users 2024-05-17 17:15:48 -07:00