🐛 Hide preloader once the app loaded
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/audit Pipeline was successful

This commit is contained in:
2025-05-02 14:51:57 +02:00
parent f17986fa16
commit c6effdfa15

View File

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