Fix mobile multiselect pulldown panel width without :has dependency
This commit is contained in:
+1
-1
@@ -1654,7 +1654,7 @@ section + section {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sg-options-row .sg-pulldown-panel:has(.sg-form-sections-card-wrapper) {
|
.sg-options-row[data-pattern="multiselektions-pulldown"] .sg-pulldown-panel {
|
||||||
width: min(
|
width: min(
|
||||||
var(--layout-pulldown-panel-form-mobile-width),
|
var(--layout-pulldown-panel-form-mobile-width),
|
||||||
calc(100vw - (2 * var(--spacing-large)))
|
calc(100vw - (2 * var(--spacing-large)))
|
||||||
|
|||||||
Reference in New Issue
Block a user