When volto-block-style is installed and we have an aligned image block, with text next to it, we are unable to select the image block. See: https://github.com/eea/volto-block-style/assets/3297795/d00ce60b-16a2-4db6-aede-590ed007ad11 This is because the block's `z-index` is overwritten by this code: https://github.com/eea/volto-block-style/blob/00c4627f4ea194adbf8c6c9954f226fa64c9fa8a/src/styles.less#L156-L158 This code was inserted by this https://github.com/eea/volto-block-style/commit/48ceafb37fb0b8d2f9c6436418050cc1fcec5a03 by @tiberiuichim .
When volto-block-style is installed and we have an aligned image block, with text next to it, we are unable to select the image block. See:
tete-2024-05-15_10.52.45.mp4
This is because the block's
z-indexis overwritten by this code:volto-block-style/src/styles.less
Lines 156 to 158 in 00c4627
This code was inserted by this 48ceafb by @tiberiuichim .