Avoid double tap zoom on iOS Safari
This commit is contained in:
@@ -47,7 +47,10 @@
|
||||
justify-content:center;
|
||||
padding:28px;
|
||||
}
|
||||
|
||||
/* Hindrer dobbel-tap zoom på iOS Safari */
|
||||
button, .btn-step, input, .pill, .resBadge {
|
||||
touch-action: manipulation;
|
||||
}
|
||||
.wrap{width:min(980px, 100%);}
|
||||
|
||||
header{
|
||||
@@ -775,6 +778,7 @@
|
||||
setClearedOutputs();
|
||||
renderManualCalculator();
|
||||
updateManualTotal();
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user