Skip to content

Commit 264a59a

Browse files
MAGETWO-83320: #7903 correct the position of the datepicker when you scroll #12045
2 parents 8ffe3cc + d98149c commit 264a59a

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)