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 { html, body {
height: 100%; height: 100%;
width: 100%; width: 100%;
touch-action: manipulation;
} }
.section, .container { .section, .container {
@@ -14,7 +15,3 @@ html, body {
align-items: center; align-items: center;
text-align: center; text-align: center;
} }
.disable-dbl-tap-zoom {
touch-action: manipulation;
}

View File

@@ -18,7 +18,7 @@
<h1 class="title"> <h1 class="title">
The Button The Button
</h1> </h1>
<button class="button is-primary disable-dbl-tap-zoom" id="BUTTON">Press</button> <button class="button is-primary" id="BUTTON">Press</button>
</div> </div>
<div><br></div> <div><br></div>
<div> <div>