Skip to content

Commit

Permalink
Fix css bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebinside committed Apr 7, 2024
1 parent c91e73a commit 19679ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StreamAwesome/src/components/utils/FontLoader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ document.fonts.onloadingdone = () => fontStatusStore.setFontsLoaded()

<style scoped>
* {
display: hidden;
visibility: hidden;
}
</style>

0 comments on commit 19679ca

Please sign in to comment.