Skip to content

Commit deb49a7

Browse files
author
Stanislav Idolov
authored
ENGCOM-2323: [Forwardport] #7903 correct the position of the datepicker when you scroll #16776
2 parents b647e9e + adee268 commit deb49a7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

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

125+
td {
126+
.admin__field-control {
127+
position: relative;
128+
}
129+
}
130+
125131
th {
126132
color: @color-very-dark-gray-black;
127133
font-size: @font-size__base;

0 commit comments

Comments
 (0)