Skip to content

Commit 2366b96

Browse files
author
Stanislav Idolov
committed
ENGCOM-2323: [Forwardport] #7903 correct the position of the datepicker when you scroll #16776
1 parent 9c2aea5 commit 2366b96

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
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: absolute;
46+
position: relative;
4747
vertical-align: top;
4848
z-index: 1;
4949

app/design/adminhtml/Magento/backend/web/css/source/forms/fields/_control-table.less

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,6 @@
122122
}
123123
}
124124

125-
td {
126-
.admin__field-control {
127-
position: relative;
128-
}
129-
}
130-
131125
th {
132126
color: @color-very-dark-gray-black;
133127
font-size: @font-size__base;

0 commit comments

Comments
 (0)