Implemented spinner in EditorReact component (#897)

This commit is contained in:
vaidankarswapnil
2021-06-17 05:32:33 +05:30
committed by GitHub
parent 6f68c75257
commit 1d449e5b52
2 changed files with 28 additions and 7 deletions

View File

@@ -3089,3 +3089,10 @@ settings-pane {
display: none;
height: 0px;
}
.spinner {
width: 100%;
position: absolute;
z-index: 1;
background: white;
height: 100%;
}