fix: remove html opacity hack that causes blank screen

This commit is contained in:
user
2026-04-27 21:19:33 +09:00
parent 18d5a72fb2
commit ca12767b0b

View File

@@ -6,8 +6,6 @@
<title>Tutor Platform</title>
<link rel="stylesheet" href="/assets/styles.css" />
<style>
html { opacity: 0; transition: opacity 0.15s ease; }
html.is-ready { opacity: 1; }
#workspace-view { display: none; }
</style>
</head>