fix: remove html opacity hack that causes blank screen
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user