fixing with overflow hidden on object container

This commit is contained in:
Antoine M 2024-06-10 09:35:51 +02:00
parent b68e3e2f1d
commit aacc28f6dc

View File

@ -45,7 +45,7 @@
}
&__objects-container {
@apply w-fit h-full relative;
@apply w-fit h-full relative overflow-hidden;
.lhoist-blocks-focus-object {
@apply cursor--loupe;