Skip to content

Commit 1bead31

Browse files
committed
Merge remote-
tracking branch 'origin/4.6' regular merge
2 parents 78bf0ad + c595861 commit 1bead31

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/bundle/Resources/public/js/scripts/core/date.time.picker.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ class DateTimePicker {
135135

136136
init() {
137137
const flatpickr = getFlatpickr();
138+
139+
this.flatpickrConfig.static = this.inputField.dataset.isStatic === 'true';
138140
this.flatpickrInstance = flatpickr(this.inputField, this.flatpickrConfig);
139141

140142
this.inputField.addEventListener('input', this.onInput, false);

src/bundle/Resources/public/scss/ui/modules/universal-discovery/mixins/_filters-panel.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
position: sticky;
1515
top: 0;
1616
background-color: $ibexa-color-white;
17-
z-index: 2;
17+
z-index: 1;
1818
align-items: center;
1919
justify-content: space-between;
2020
padding: calculateRem(16px) calculateRem(12px);

0 commit comments

Comments
 (0)