Reserve mobile slider remove slot in pulldown rows
This commit is contained in:
@@ -1708,6 +1708,12 @@ section + section {
|
|||||||
flex: 0 0 var(--interaction-height);
|
flex: 0 0 var(--interaction-height);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sg-pulldown-panel .sg-slider-row[data-activatable="true"] .sg-activatable-remove[hidden] {
|
||||||
|
display: inline-flex;
|
||||||
|
visibility: hidden;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
.sg-pulldown-panel__row {
|
.sg-pulldown-panel__row {
|
||||||
grid-template-columns: minmax(0, 1fr) var(--interaction-height);
|
grid-template-columns: minmax(0, 1fr) var(--interaction-height);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user