Fix scroll for all pages

This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-24 02:17:54 -03:00
commit 183202aeb3
17 changed files with 31 additions and 16 deletions

View file

@ -560,6 +560,7 @@ a.pin-button:active {
top: 0;
height: 100%;
overflow: auto;
padding-bottom: 20px;
}
.modal.fade,
@ -688,8 +689,9 @@ a.pin-button:active {
width:100%;
position: absolute;
top: 46px;
bottom: 80px;
bottom: 70px;
overflow: auto;
padding-bottom: 20px;
}
.tab-in {