Fix touch events

This commit is contained in:
Gabriel Augendre 2022-10-31 00:53:37 +01:00
parent 093e0f2501
commit 7b35b95bc5

View file

@ -13,6 +13,12 @@
<link rel="stylesheet" href="{% static "vendor/fontawesome-6.2.0/css/fontawesome.min.css" %}">
<link rel="stylesheet" href="{% static "vendor/fontawesome-6.2.0/css/brands.min.css" %}">
<link rel="stylesheet" href="{% static "vendor/fontawesome-6.2.0/css/solid.min.css" %}">
<style>
body {
margin-bottom: 2em;
touch-action: manipulation;
}
</style>
</head>
<body>
<div class="container">