TDTChannels/script/public/styles.css

10 lines
183 B
CSS
Raw Normal View History

2018-12-16 23:00:59 +01:00
.container[data-container] {
max-width: 100% !important;
2019-02-03 18:49:20 +01:00
}
.list-group{
2019-02-03 19:27:04 +01:00
max-height: 70vh;
2019-02-03 18:49:20 +01:00
overflow: scroll;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
2018-12-16 23:00:59 +01:00
}