Skip to content

Commit f75f412

Browse files
ccaillycedric-anne
authored andcommitted
fix(forms): hide toolbar when drag question placeholder is present
1 parent a012463 commit f75f412

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

css/includes/components/form/_form-editor-horizontal-layout.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,12 @@
222222
border-radius: var(--tblr-border-radius);
223223
}
224224

225+
&:has(.glpi-form-editor-drag-question-placeholder) {
226+
[data-glpi-form-editor-toolbar] {
227+
display: none !important;
228+
}
229+
}
230+
225231
min-height: 100px;
226232
flex: 1;
227233
display: flex;

0 commit comments

Comments
 (0)