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