This commit is contained in:
Nathan Panchout
2026-01-05 14:08:16 +01:00
parent 7084d9b2d0
commit bc455e4801

View File

@@ -44,23 +44,23 @@
}
&__transform-wrapper {
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
// width: 100%;
// height: 100%;
// overflow: hidden;
// position: relative;
}
&__transform-content {
width: fit-content;
height: fit-content;
display: flex;
flex-direction: column;
// width: fit-content;
// height: fit-content;
// display: flex;
// flex-direction: column;
}
&__scrollable--mobile {
padding: 20px;
gap: 20px;
width: fit-content;
// width: fit-content;
min-width: 100%;
display: flex;
flex-direction: column;