Skip to content
Snippets Groups Projects
Commit 4f69cd98 authored by Frans Saris's avatar Frans Saris Committed by Stefan Neufeind
Browse files

[BUGFIX] Adding new image to content element breaks layout

Since #55545 the frameset layout behaves strange in
Chrome and Chromium when you add a new image to
a content element. This is caused by some css set
on the hidden input[file] element.

This patch changes the css to prevent this behaviour.

Resolves: #56018
Releases: 6.2
Change-Id: I8a9b6b7d402ec712cb9b1761b059d2eeebd0ad3e
Reviewed-on: https://review.typo3.org/27655
Reviewed-by: Markus Klein
Tested-by: Markus Klein
Reviewed-by: Stefan Neufeind
Tested-by: Stefan Neufeind
parent bb600dec
No related merge requests found
......@@ -47,7 +47,7 @@ table#typo3-filelist tr td div.typo3-editCtrl {
background: #EBEBEB;
}
.t3-upload-file-picker {
position: absolute;
position: fixed;
bottom: 0;
right: 0;
height: 1px;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment