Merge pull request #11314 from ToolJet/fix/editor-loading-state

Fix: white screen visibility on editor load state
This commit is contained in:
Johnson Cherian 2024-11-14 17:25:46 +05:30 committed by GitHub
commit d898ed6811
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 0 deletions

View file

@ -9207,6 +9207,17 @@ tbody {
.spin-loader {
position: fixed;
width: 100%;
justify-content: center;
align-items: center;
height: 100vh;
&.theme-dark {
background-color: #1f2936;
.load {
background-color: #1f2936;
}
}
.load {
display: flex;

View file

@ -25,6 +25,7 @@
justify-content: center;
align-items: center;
height: 100vh;
background-color: white;
}
.load.dark-loader {