fix: added hover event to overline + removed context menu (#393)

This commit is contained in:
Steveplays
2021-11-12 21:20:50 +01:00
committed by GitHub
parent 594693f8d7
commit bef24b7cdd
3 changed files with 15 additions and 2 deletions

View File

@@ -70,7 +70,7 @@
rel="apple-touch-startup-image"
/>
</head>
<body ontouchstart="">
<body onContextMenu="return false" ontouchstart="">
<div id="app"></div>
<script type="module" src="/src/main.tsx"></script>
</body>