diff --git a/src/Umbraco.Web.UI.Client/src/less/components/editor/umb-editor.less b/src/Umbraco.Web.UI.Client/src/less/components/editor/umb-editor.less index 646e7e3fb5..79d941bbac 100644 --- a/src/Umbraco.Web.UI.Client/src/less/components/editor/umb-editor.less +++ b/src/Umbraco.Web.UI.Client/src/less/components/editor/umb-editor.less @@ -14,7 +14,6 @@ left: 0; background: @gray-10; z-index: 100; - box-shadow: 0px 0 30px 0 rgba(0,0,0,.3); } .umb-editor--animating { @@ -25,6 +24,7 @@ // will be shown through animation .umb-editors .umb-editor { opacity: 0; + box-shadow: 0px 0 30px 0 rgba(0,0,0,.3); } .umb-editor--small {