mirror of
https://github.com/LaQuay/TDTChannels.git
synced 2024-11-26 18:54:57 +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{
|
.list-group{
|
||||||
max-height: 70%;
|
max-height: 70vh;
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
|
|
Loading…
Reference in a new issue