Skip to content

Commit

Permalink
fix: aligned block selection, when we have text next to it
Browse files Browse the repository at this point in the history
Remove z-index definition, which overwrote the original z-index, meaning
the block could not be selected.
  • Loading branch information
wesleybl committed May 20, 2024
1 parent 44ecd40 commit 44e90c7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,6 @@
// text-align: inherit;
// }

.block.align {
z-index: auto !important;
}

/* Demo styles */
.green-demo-box {
padding: 1em;
Expand Down

0 comments on commit 44e90c7

Please sign in to comment.