1
0
mirror of https://github.com/lexogrine/cs2-react-hud.git synced 2025-12-10 02:42:49 +01:00
2023-09-11 12:37:32 +02:00

13 lines
244 B
SCSS

#cameras-container {
overflow: hidden;
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
video {
height: 100%;
position: absolute;
}
}