mirror of
https://github.com/LaQuay/TDTChannels.git
synced 2025-07-19 16:38:52 +02:00
fix responsive
This commit is contained in:
parent
0855554825
commit
2dad92dca5
3 changed files with 22 additions and 23 deletions
script/public
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue