Transparent Background
<p>Removes the black background to let the immersive view be full screen</p>
Source Code (CSS)
.new-shell-page-container {
--pageContainerBg: transparent !important;
background: transparent !important;
}<p>Removes the black background to let the immersive view be full screen</p>
.new-shell-page-container {
--pageContainerBg: transparent !important;
background: transparent !important;
}