element-call-Github/src/video-grid/NewVideoGrid.module.css

22 lines
293 B
CSS
Raw Normal View History

.grid {
contain: strict;
position: relative;
flex-grow: 1;
padding: 0 22px;
overflow-y: auto;
2023-02-04 05:27:49 +08:00
overflow-x: hidden;
}
.slotGrid {
contain: strict;
position: relative;
display: grid;
grid-auto-rows: 183px;
column-gap: 18px;
row-gap: 21px;
}
2023-01-30 10:56:07 +08:00
.slot {
contain: strict;
2023-01-30 10:56:07 +08:00
}