fix: remove html opacity hack that causes blank screen
This commit is contained in:
@@ -6,8 +6,6 @@
|
|||||||
<title>Tutor Platform</title>
|
<title>Tutor Platform</title>
|
||||||
<link rel="stylesheet" href="/assets/styles.css" />
|
<link rel="stylesheet" href="/assets/styles.css" />
|
||||||
<style>
|
<style>
|
||||||
html { opacity: 0; transition: opacity 0.15s ease; }
|
|
||||||
html.is-ready { opacity: 1; }
|
|
||||||
#workspace-view { display: none; }
|
#workspace-view { display: none; }
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user