diff --git a/src/ColumnsBlock/styles.less b/src/ColumnsBlock/styles.less index c7bcbec..86da6ad 100644 --- a/src/ColumnsBlock/styles.less +++ b/src/ColumnsBlock/styles.less @@ -95,6 +95,10 @@ background-color: rgba(120, 192, 215, 0.375); } } + + .delete-button { + display: none !important; + } } .columns-view { @@ -116,7 +120,7 @@ .block-toolbar { position: absolute; z-index: 3; - left: -9px; + right: -9px; display: flex; padding: 5px; border: none;