fix(mobile): promoted attributes having a max-height

This commit is contained in:
Elian Doran 2026-02-15 15:16:23 +02:00
parent 297dd41170
commit 10b5d29107
No known key found for this signature in database

View File

@ -16,6 +16,10 @@ body.mobile .promoted-attributes-widget {
display: table;
}
body.experimental-feature-new-layout .promoted-attributes-container {
max-height: unset;
}
.promoted-attribute-cell {
display: flex;
align-items: center;
@ -94,4 +98,4 @@ body.mobile .promoted-attributes-widget {
background: rgba(0, 0, 0, 0.5);
transform: rotate(45deg);
pointer-events: none;
}
}