prevent overscroll of the whole app

This commit is contained in:
Kiril Videlov 2023-03-14 22:19:43 +01:00
parent 2318ebb033
commit a56eb55888

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" class="dark" style="color-scheme: dark">
<html lang="en" class="dark" style="color-scheme: dark; overflow: hidden; height: 100%">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />