Files
element-call/src/video-grid/NewVideoGrid.module.css
T

22 lines
291 B
CSS

.grid {
contain: strict;
position: relative;
flex-grow: 1;
padding: 0 22px;
overflow-y: auto;
overflow-x: none;
}
.slotGrid {
contain: strict;
position: relative;
display: grid;
grid-auto-rows: 183px;
column-gap: 18px;
row-gap: 21px;
}
.slot {
contain: strict;
}