diff --git a/src/ui/_base.scss b/src/ui/_base.scss index 28e417c..6642c31 100644 --- a/src/ui/_base.scss +++ b/src/ui/_base.scss @@ -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%;