BareRTC/public/static/css
Noah 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
..
bulma-dark-theme.css Update to Bulma CSS 1.0 2024-04-06 14:35:52 -07:00
bulma-no-dark-mode.min.css Update to Bulma CSS 1.0 2024-04-06 14:35:52 -07:00
bulma-no-dark-mode.min.css.map Update to Bulma CSS 1.0 2024-04-06 14:35:52 -07:00
bulma-rtl.css Port front-end over to Vue CLI (create-vue) 2023-09-06 17:15:02 -07:00
bulma-rtl.css.map Port front-end over to Vue CLI (create-vue) 2023-09-06 17:15:02 -07:00
bulma-rtl.min.css Port front-end over to Vue CLI (create-vue) 2023-09-06 17:15:02 -07:00
bulma.css Update to Bulma CSS 1.0 2024-04-06 14:35:52 -07:00
bulma.css.map Update to Bulma CSS 1.0 2024-04-06 14:35:52 -07:00
bulma.min.css Update to Bulma CSS 1.0 2024-04-06 14:35:52 -07:00
chat-dark.css At-mention background on dark theme 2024-04-06 16:03:30 -07:00
chat-prefers-dark.css Update to Bulma CSS 1.0 2024-04-06 14:35:52 -07:00
chat.css Video z-index workaround for Safari 2024-06-13 14:28:29 -07:00