Fix scrolling when there are many txp s on OSX

This commit is contained in:
Gustavo Maximiliano Cortez 2016-07-12 11:58:53 -03:00
commit 0b5f323d11
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
3 changed files with 21 additions and 21 deletions

View file

@ -753,6 +753,10 @@ ul.manage li {
padding-top: 60px;
}
.p60b {
padding-bottom: 60px;
}
.m60t {
margin-top: 60px;
}