Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5efb93ea68 |
@@ -13,4 +13,8 @@ html, body {
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.disable-dbl-tap-zoom {
|
||||
touch-action: manipulation;
|
||||
}
|
||||
@@ -18,7 +18,7 @@
|
||||
<h1 class="title">
|
||||
The Button
|
||||
</h1>
|
||||
<button class="button is-primary" id="BUTTON">Press</button>
|
||||
<button class="button is-primary disable-dbl-tap-zoom" id="BUTTON">Press</button>
|
||||
</div>
|
||||
<div><br></div>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user