mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
Merge pull request #11314 from ToolJet/fix/editor-loading-state
Fix: white screen visibility on editor load state
This commit is contained in:
commit
d898ed6811
2 changed files with 12 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.load.dark-loader {
|
||||
|
|
|
|||
Loading…
Reference in a new issue