Only contain style instead of full layout (#13033)

This commit is contained in:
Mads Rasmussen
2022-09-20 13:54:06 +02:00
committed by GitHub
parent 732373b694
commit 92cde25a3e

View File

@@ -1,6 +1,6 @@
.umb-property-editor { .umb-property-editor {
position: relative; position: relative;
contain: layout; contain: style;
} }
.umb-property-editor--preview { .umb-property-editor--preview {
@@ -63,4 +63,4 @@
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
} }
} }