Skip to content

Latest commit

 

History

History
12 lines (5 loc) · 217 Bytes

custom-css-how-to-hide-sidebar-use-case-when-need-to-broadcast-the-room-in-embedded-view.md

File metadata and controls

12 lines (5 loc) · 217 Bytes

Custom CSS - How to hide sidebar ( Use case: when need to broadcast the room in embedded view)

Administration -> Layout -> Custom CSS\

sidebar {

display: none;

}