mirror of
https://github.com/lexogrine/cs2-react-hud.git
synced 2025-12-10 02:42:49 +01:00
13 lines
244 B
SCSS
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;
|
|
}
|
|
} |