- Issue created by @madhaze
When editing layout builder page, if the right side bar is open it covers the block contextual menus (configure, move, remove block). So you have to close the sidebar to be able to edit/delete blocks.
We added this css to our site to fix this. It uses the gin css variables to adjust block contextual menus
[data-meta-sidebar="open"] .layout-builder-block .contextual {
right: var(--gin-sidebar-width);
}
Active
1.0
User interface