Actions
Bug #80012
closedlink wizard popup overlaps content when width becomes too small
Start date:
2017-02-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
When resizing the width of the link wizard popup, it could happen that the pagetree column on the left overlaps with the other one (See attached screenshots). This issue is evident when opening the wizard from the CKEditor, because the window is smaller.
A quick solution:
.link-browser-pagetree .col-xs-4, .link-browser-pagetree .col-xs-6{ overflow-x:auto; }
Files
Updated by Gerrit Code Review almost 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51846
Updated by Christian Kuhn almost 8 years ago
- Status changed from Under Review to Closed
this has been solved differently with the new element browser styling.
Actions