element-call/src/video-grid/VideoGrid.module.css
David Baker b3e88d33a7 Add prettier support
+ CI to check formatting, and fix the couple of instances that
were not in prettier format (case in HTML clour codes).
2022-05-03 14:24:04 +01:00

6 lines
90 B
CSS

.videoGrid {
position: relative;
overflow: hidden;
flex: 1;
touch-action: none;
}