Implement zoom for mousewheel event on stream (#238)

This commit is contained in:
Frank Noirot
2023-08-08 18:30:26 -04:00
committed by GitHub
parent a6f92e358b
commit f9259aa869
5 changed files with 37 additions and 4 deletions

View File

@ -15,7 +15,7 @@
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<div id="root" class="h-screen overflow-y-auto"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>