1
0
Fork 0
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:
Marc 2019-02-03 19:27:04 +01:00
parent 76f7a3182d
commit 4610e2c0a2

View file

@ -3,7 +3,7 @@
}
.list-group{
max-height: 70%;
max-height: 70vh;
overflow: scroll;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;