1
0
Fork 0
mirror of https://github.com/LaQuay/TDTChannels.git synced 2024-07-20 07:37:30 +02:00
TDTChannels/script/public/styles.css
2019-02-03 19:27:04 +01:00

10 lines
183 B
CSS

.container[data-container] {
max-width: 100% !important;
}
.list-group{
max-height: 70vh;
overflow: scroll;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
}