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

View file

@ -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;