This repository has been archived on 2025-08-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
discourse/components/video-overlay/common/common.scss
T
2025-03-11 13:38:58 -07:00

14 lines
216 B
SCSS

#overlay-video {
pointer-events: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0.25;
z-index: 1001;
width: 100vw;
height: 100vh;
object-fit: cover;
max-height: 100vh;
}