TDTChannels/script/public/styles.css

10 lines
182 B
CSS

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