apply to html and body, not button

This commit is contained in:
ducoterra
2020-04-25 15:14:01 -04:00
parent 5efb93ea68
commit 6feac7ef2e
2 changed files with 2 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
html, body {
height: 100%;
width: 100%;
touch-action: manipulation;
}
.section, .container {
@@ -13,8 +14,4 @@ html, body {
flex-direction: column;
align-items: center;
text-align: center;
}
.disable-dbl-tap-zoom {
touch-action: manipulation;
}