Bug #78234
closedTYPO3 8.4-dev - CSS glitch - site name in topbar overlaps the icons reducing the windows size
100%
Description
Steps to reproduce
1) set a quite long [SYS][sitename] in install tool (for example mine is "New TYPO3 site 7 master (for experiments, it is always latest version from GIT)")
2) drag and reduce the width of the browser window until the block with sitename and the right block overlap (see attached screenshot)
related issue: #76957
Files
Updated by Daniel Goerz about 8 years ago
- Description updated (diff)
- Target version set to 8.4
- Sprint Focus set to Stabilization Sprint
Updated by Jigal van Hemert about 8 years ago
Problem is in:
@media (min-width: 992px) { .scaffold-toolbar { background-color: transparent; bottom: auto; display: block; height: 45px; left: auto; overflow: visible; top: 0; } }
If you change the transparant to #1f1f1e it has the background color that it should have. It also works with the green workspaces background.
Updated by Gerrit Code Review about 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/50234
Updated by Gerrit Code Review about 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50234
Updated by Anonymous about 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2f0c77bc2a890108cc73d2a9b3e3b047f94087d5.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed