TDTChannels/script/public/styles.css

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;
}