Skip to content

Commit f9ec1b8

Browse files
ENGCOM-3209: Fixed incorrect datepicker icon position in admin panel #18627
- Merge Pull Request #18627 from rogyar/magento2:wrong-datepicker-position-fix - Merged commits: 1. 3f0e9a4
2 parents f710f9b + 3f0e9a4 commit f9ec1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/design/adminhtml/Magento/backend/web/css/source/components/_calendar-temp.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
height: @action__height;
4444
margin-left: -@action__height;
4545
overflow: hidden;
46-
position: relative;
46+
position: absolute;
4747
vertical-align: top;
4848
z-index: 1;
4949

0 commit comments

Comments
 (0)