mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
life
This commit is contained in:
@@ -264,7 +264,7 @@ function moveTouch() {
|
|||||||
touchX[i] = event.touches[i].clientX
|
touchX[i] = event.touches[i].clientX
|
||||||
touchY[i] = event.touches[i].clientY
|
touchY[i] = event.touches[i].clientY
|
||||||
}
|
}
|
||||||
setTimeout(function(){window.scrollTo(0, 0)},50)
|
// setTimeout(function(){window.scrollTo(0, 0)},50)
|
||||||
}
|
}
|
||||||
function endTouch() {
|
function endTouch() {
|
||||||
for (var i = 1; i <= playerList.length; i++) {
|
for (var i = 1; i <= playerList.length; i++) {
|
||||||
|
@@ -95,14 +95,12 @@
|
|||||||
font-family: belerenbsc;
|
font-family: belerenbsc;
|
||||||
src: url("data/fonts/beleren-bsc.ttf");
|
src: url("data/fonts/beleren-bsc.ttf");
|
||||||
}
|
}
|
||||||
.settings {
|
|
||||||
margin: 10pt;
|
|
||||||
}
|
|
||||||
.innerSettings {
|
.innerSettings {
|
||||||
height: calc(100% - 20pt);
|
margin: 10pt;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
touch-action: pan-y;
|
touch-action: pan-y;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
|
height: calc(100% - 20pt)
|
||||||
}
|
}
|
||||||
* {
|
* {
|
||||||
font-family: belerenbsc;
|
font-family: belerenbsc;
|
||||||
|
Reference in New Issue
Block a user