full height

This commit is contained in:
Robert 2024-03-06 17:41:19 +07:00
parent 31882de0e5
commit cd33274cfe
No known key found for this signature in database
GPG Key ID: F631C7FD957D5F22

View File

@ -1,4 +1,4 @@
<!DOCTYPE html> <!doctype html>
<html lang="en"> <html lang="en">
<head> <head>
@ -8,7 +8,7 @@
<title>Конструктор цепочек</title> <title>Конструктор цепочек</title>
</head> </head>
<body> <body class="min-h-screen overflow-hidden">
<div id="root"></div> <div id="root"></div>
<script type="module" src="/src/main.tsx"></script> <script type="module" src="/src/main.tsx"></script>
</body> </body>