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:
parent
753983a373
commit
4b86dd99e3
@ -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%;
|
||||||
|
@ -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%
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
# 0.0.1 1387525625986
|
# 0.0.1 1387526569652
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
/app.js
|
/app.js
|
||||||
|
Loading…
Reference in New Issue
Block a user