fix white flash on load

chakra ui defines background white, maybe there is a cleaner way to override
This commit is contained in:
cv
2021-04-23 14:20:58 +02:00
parent b846340ccb
commit e4823c91d6
5 changed files with 17 additions and 55 deletions
-1
View File
@@ -6,6 +6,5 @@
.App {
margin: 0px auto;
overflow: hidden;
background-color: rgba(0, 0, 0, 0);
height: 100vh;
}