1
0
Fork 0
mirror of https://github.com/LaQuay/TDTChannels.git synced 2025-07-19 16:38:52 +02:00

fix responsive

This commit is contained in:
Marc 2019-02-03 18:49:20 +01:00
parent 0855554825
commit 2dad92dca5
3 changed files with 22 additions and 23 deletions
script/public

View file

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