mirror of
https://github.com/LaQuay/TDTChannels.git
synced 2024-11-03 07:54:13 +01:00
10 lines
No EOL
183 B
CSS
10 lines
No EOL
183 B
CSS
.container[data-container] {
|
|
max-width: 100% !important;
|
|
}
|
|
|
|
.list-group{
|
|
max-height: 70vh;
|
|
overflow: scroll;
|
|
overflow-x: hidden;
|
|
-webkit-overflow-scrolling: touch;
|
|
} |