@@ -49,7 +47,7 @@ const GridLayoutItemWrapper: FC = ({
role="button"
className={styles.button}
>
- S
+
{!locked && (
@@ -57,10 +55,6 @@ const GridLayoutItemWrapper: FC = ({
)}
-
-
- {locked ? : }
-
{children}
diff --git a/src/modules/layout/components/GridLayoutItemWrapper/styles.module.scss b/src/modules/layout/components/GridLayoutItemWrapper/styles.module.scss
index 898d958..22d8d5a 100644
--- a/src/modules/layout/components/GridLayoutItemWrapper/styles.module.scss
+++ b/src/modules/layout/components/GridLayoutItemWrapper/styles.module.scss
@@ -17,6 +17,7 @@
top: 2px;
right: 4px;
transition: all 0.25s;
+ z-index: 1;
}
.button {