Loading overlay for componentView

This commit is contained in:
Mo Bitar
2018-12-12 16:21:19 -06:00
parent cd8e94104e
commit 1877412ebf
5 changed files with 60 additions and 36 deletions

View File

@@ -178,6 +178,13 @@
min-width: 100%;
}
.loading-overlay {
position: absolute;
background-color: var(--sn-stylekit-editor-background-color);
width: 100%;
height: 100%;
}
iframe {
// We're disabling flex: 1; because on Firefox, it causes weird sizing issues with component stack items.
// Not sure yet if totally required.