8 lines
91 B
CSS
8 lines
91 B
CSS
|
.videoGrid {
|
||
|
position: relative;
|
||
|
overflow: hidden;
|
||
|
flex: 1;
|
||
|
touch-action: none;
|
||
|
}
|
||
|
|