mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-28 22:01:59 -05:00
Update life.html
This commit is contained in:
17
life.html
17
life.html
@@ -94,6 +94,10 @@
|
|||||||
}
|
}
|
||||||
.settings {
|
.settings {
|
||||||
margin: 10pt;
|
margin: 10pt;
|
||||||
|
overflow-y: auto;
|
||||||
|
touch-action: pan-y;
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
|
max-height: 100%;
|
||||||
}
|
}
|
||||||
* {
|
* {
|
||||||
font-family: belerenbsc;
|
font-family: belerenbsc;
|
||||||
@@ -106,20 +110,19 @@
|
|||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
-ms-user-select: none;
|
-ms-user-select: none;
|
||||||
}
|
}
|
||||||
html {
|
html, body {
|
||||||
|
position: fixed;
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
height: 100%;
|
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
color: white;
|
color: white;
|
||||||
overflow-y: scroll;
|
|
||||||
overflow-x: hidden;
|
|
||||||
-webkit-overflow-scrolling: touch;
|
|
||||||
touch-action: pan-y;
|
|
||||||
}
|
}
|
||||||
#gridShell, .mainGrid, canvas {
|
body, #gridShell, .mainGrid, canvas {
|
||||||
touch-action: manipulation !important;
|
touch-action: manipulation !important;
|
||||||
}
|
}
|
||||||
.mainGrid {
|
.mainGrid {
|
||||||
|
Reference in New Issue
Block a user