fixing backeground picture missing last pixels

This commit is contained in:
Antoine M 2024-09-30 16:13:33 +02:00
parent 7051ba7aed
commit d1b00ae232

View File

@ -31,10 +31,11 @@
:active { :active {
@apply cursor--grab; @apply cursor--grab;
} }
@apply w-screen overflow-x-scroll left-0 top-0 absolute h-full; @apply w-full overflow-x-scroll left-0 top-0 absolute h-full;
&__background_picture { &__background_picture {
@apply top-0 h-full w-auto block; @apply top-0 h-full block;
@apply w-auto;
height: 100%; height: 100%;
max-width: revert; max-width: revert;