Reserve slider preview background width for activatable remove control

This commit is contained in:
2026-05-19 11:44:50 +02:00
parent cd4e237680
commit 83d7170f92
+4
View File
@@ -935,6 +935,10 @@ section + section {
padding-right: calc(var(--interaction-height) + var(--spacing-small)); padding-right: calc(var(--interaction-height) + var(--spacing-small));
} }
#component-slider .sg-form-preview-area {
padding-right: calc(var(--spacing-large) + var(--interaction-height) + var(--spacing-small));
}
.sg-slider-row[data-activatable="true"] .sg-activatable-remove { .sg-slider-row[data-activatable="true"] .sg-activatable-remove {
position: absolute; position: absolute;
top: 50%; top: 50%;