Go to Menu or articles list and try to do a batch to copy or move an item.
The dropdown menu to select the category or menu has to be more visible.
The popup Batch window to copy or move an article or menu item is too small and it's really difficult to work inside. The dropdown menu to select the category or menu is hidden in the window and does not go out of the window anymore.
Issue found on Chrome, Firefox and IE.
Solution found by removing overflow-y: auto !important; for .modal-body as previous release 3.4.8
a quick look at the css shows at the end the following, is the } in bold in the wrong place? and should it be at the end?
@media (max-width: 767px) {
.field-media-wrapper .modal .modal-body {
padding: 5px 0;
}
}
.modal-body {
-webkit-overflow-scrolling: touch;
overflow-y: auto !important;
}
confirmed
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-04-01 10:16:38 |
Closed_By | ⇒ | brianteeman |
Closed as we have a PR #9683
Confirmed