tndsr/assets/css/MuiGridList.css

10 lines
150 B
CSS
Raw Normal View History

2023-03-23 00:11:26 +00:00
.MuiGridList-root {
display: flex;
padding: 0;
flex-wrap: wrap;
list-style: none;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}