revert FOUC styles

This commit is contained in:
Cory LaViska
2021-03-08 19:10:39 -05:00
parent cc24f7ade0
commit 3c4ec12b18

View File

@@ -303,8 +303,3 @@
.sl-scroll-lock {
overflow: hidden !important;
}
// Prevent FOUC before elements are defined
:not(:defined) {
visibility: hidden;
}