Fix the issue where the deployment type could not be selected

This commit is contained in:
yoan
2024-10-30 11:03:41 +08:00
parent 16967c4ab1
commit 55b77fdf5c
3 changed files with 17 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Certimate - Your Trusted SSL Automation Partner</title>
</head>
<body class="bg-background">
<body class="bg-background" style="pointer-events: auto !important">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>