mirror of
https://github.com/LaQuay/TDTChannels.git
synced 2024-11-22 17:03:24 +01:00
fix height in Firefox
This commit is contained in:
parent
76f7a3182d
commit
4610e2c0a2
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
}
|
||||
|
||||
.list-group{
|
||||
max-height: 70%;
|
||||
max-height: 70vh;
|
||||
overflow: scroll;
|
||||
overflow-x: hidden;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
|
|
Loading…
Reference in a new issue