Skip to content
Snippets Groups Projects
Commit 158d3252 authored by Benjamin Franzke's avatar Benjamin Franzke Committed by Christian Kuhn
Browse files

[TASK] Migrate backend scaffolding to flexbox

Use flexbox for layouting to avoid transform/position
based shifting of the content module.
Also use `position: sticky` instead of `position: fixed`,
as it allows to avoid padding hacks.

Also remove manual Viewport.doLayout() hacks, as we can
now use `width: auto` as replacement for a static
snapped-module menu width.

Resolves: #93353
Releases: master
Change-Id: I7d56a3b3b405e36d65c9a87a03360074354c3d9d
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/67502


Reviewed-by: default avatarOliver Hader <oliver.hader@typo3.org>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 9bcb07ce
Branches
Tags
No related merge requests found
Showing
with 124 additions and 215 deletions
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