1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-11-22 17:22:22 -05:00

Fix scrolling in FF

This commit is contained in:
Lance Stout 2013-12-20 00:03:37 -08:00
parent 753983a373
commit 4b86dd99e3
3 changed files with 5 additions and 7 deletions

View File

@ -898,6 +898,7 @@ button.secondary:hover:not(:disabled) {
content: ''; content: '';
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 5px;
height: 6px; height: 6px;
width: 6px; width: 6px;
margin-top: -3px; margin-top: -3px;
@ -1070,9 +1071,8 @@ button.secondary:hover:not(:disabled) {
overflow-x: hidden; overflow-x: hidden;
position: absolute; position: absolute;
top: 0px; top: 0px;
bottom: 0px; bottom: 55px;
padding-top: 35px; padding-top: 35px;
padding-bottom: 55px;
width: 100%; width: 100%;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
@ -1081,7 +1081,6 @@ button.secondary:hover:not(:disabled) {
} }
.messages li { .messages li {
position: relative; position: relative;
z-index: 1;
list-style: none; list-style: none;
padding: 10px 0; padding: 10px 0;
width: 100%; width: 100%;

View File

@ -31,6 +31,7 @@
content: '' content: ''
position: absolute position: absolute
top: 50% top: 50%
left: 5px
height: 6px height: 6px
width: 6px width: 6px
margin-top: -3px margin-top: -3px
@ -192,16 +193,14 @@
overflow-x: hidden overflow-x: hidden
position: absolute position: absolute
top: 0px top: 0px
bottom: 0px bottom: 55px
padding-top: 35px padding-top: 35px
padding-bottom: 55px
width: 100% width: 100%
borderbox() borderbox()
-webkit-overflow-scrolling: touch -webkit-overflow-scrolling: touch
li li
position: relative position: relative
z-index: 1
list-style: none list-style: none
padding: 10px 0 padding: 10px 0
width: 100% width: 100%

View File

@ -1,5 +1,5 @@
CACHE MANIFEST CACHE MANIFEST
# 0.0.1 1387525625986 # 0.0.1 1387526569652
CACHE: CACHE:
/app.js /app.js