1
0
Fork 0
mirror of https://github.com/LaQuay/TDTChannels.git synced 2024-11-05 00:44:13 +01:00
TDTChannels/script/public/styles.css
2019-02-03 18:49:20 +01:00

10 lines
No EOL
182 B
CSS

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