Compare commits

...

1 Commits

Author SHA1 Message Date
ducoterra
6feac7ef2e apply to html and body, not button 2020-04-25 15:14:01 -04:00
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;
}

View File

@@ -18,7 +18,7 @@
<h1 class="title">
The Button
</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><br></div>
<div>