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

@ -145,6 +145,17 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, inpu
position: relative;
}
.content {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
width:100%;
position: absolute;
top: 46px;
bottom: 0;
overflow: auto;
}
.logo-setup {
text-align: center;
margin: 0 0 0.1rem 0;
@ -355,6 +366,7 @@ ul.manage li {
.p70l {padding-left: 70px;}
.p5h {padding: 0 5px;}
.p20h {padding: 0 20px;}
.p20v {padding: 20px 0;}
.p25l {padding-left: 25px;}
.p15 {padding:15px;}
.p20 {padding:20px;}

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 {