diff --git a/CHANGES.md b/CHANGES.md index ddfcb61a7f..b09170d8b8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -26,6 +26,7 @@ ### :bug: Bugs fixed - Fix copy and paste very nested inside itself [Taiga #4848](https://tree.taiga.io/project/penpot/issue/4848) - Fix custom fonts not rendered correctly [Taiga #4874](https://tree.taiga.io/project/penpot/issue/4874) +- Fix problem with shadows and blur on multiple selection ## 1.17.2 diff --git a/common/src/app/common/pages/common.cljc b/common/src/app/common/pages/common.cljc index 4513a97e8b..e49c0eed1b 100644 --- a/common/src/app/common/pages/common.cljc +++ b/common/src/app/common/pages/common.cljc @@ -123,6 +123,10 @@ :blocked :hidden + :shadow + + :blur + :fills :fill-color :fill-opacity diff --git a/frontend/resources/styles/main/layouts/inspect.scss b/frontend/resources/styles/main/layouts/inspect.scss index d0815a3709..8b13d09f79 100644 --- a/frontend/resources/styles/main/layouts/inspect.scss +++ b/frontend/resources/styles/main/layouts/inspect.scss @@ -28,7 +28,7 @@ $width-settings-bar: 256px; top: 0; transition: top 400ms ease 300ms; margin-bottom: 0; - z-index: 2; + z-index: 10; } & .viewer-bottom { @@ -46,7 +46,7 @@ $width-settings-bar: 256px; top: -48px; left: 0; transition: top 400ms ease 300ms; - z-index: 2; + z-index: 10; margin-bottom: 48px; &::after { diff --git a/frontend/resources/styles/main/partials/viewer-header.scss b/frontend/resources/styles/main/partials/viewer-header.scss index f1dd412ce5..d8e15b3c3d 100644 --- a/frontend/resources/styles/main/partials/viewer-header.scss +++ b/frontend/resources/styles/main/partials/viewer-header.scss @@ -54,6 +54,7 @@ display: flex; justify-content: flex-end; position: relative; + z-index: 10; > * { margin-left: $size-5; diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/shapes/multiple.cljs b/frontend/src/app/main/ui/workspace/sidebar/options/shapes/multiple.cljs index 7245fe2adb..0e0f7008c7 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/shapes/multiple.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/options/shapes/multiple.cljs @@ -40,8 +40,8 @@ :layer :shape :constraint :shape :fill :shape - :shadow :children - :blur :children + :shadow :shape + :blur :shape :stroke :shape :text :children :exports :shape