Fixes scroll and notification

This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-23 19:11:41 -03:00
commit 7f2ce5d56c
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
3 changed files with 23 additions and 22 deletions

View file

@ -686,9 +686,10 @@ a.pin-button:active {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
width:100%;
position: absolute;
margin-bottom: 50px;
height: 100%;
position: absolute;
top: 46px;
bottom: 80px;
overflow: auto;
}
.tab-in {