🐛 Hide the preloader once the app loaded #14

Merged
Adrien merged 1 commits from fix/hide-preloaded-once-the-app-loaded into develop 2025-05-02 13:05:50 +00:00

View File

@@ -214,6 +214,11 @@ input {
font-family: inherit;
}
// Hide the preloader as soon as the application is loaded and ready to be rendered
#preloader {
display: none;
}
#main {
height: 100%;
width: 100%;