[BUGFIX] Fix positioning of containers in EXT:styleguide BE module
The containers used in the backend module of EXT:styleguide are now based on flex boxes and don't use absolute positioning anymore. This enabled the possibility to scroll when the navigation needs more space than the actual content and also fixes positioning in right-to-left scenarios. Resolves: #103794 Releases: main Change-Id: Ie3fcbf7f7141bf16749dc66b45e185168e469260 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84147 Reviewed-by:Andreas Kienast <a.fernandez@scripting-base.de> Tested-by:
Frank Nägler <frank.naegler@typo3.com> Reviewed-by:
Benjamin Franzke <ben@bnf.dev> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Andreas Kienast <a.fernandez@scripting-base.de> Tested-by:
Benjamin Franzke <ben@bnf.dev> Reviewed-by:
Frank Nägler <frank.naegler@typo3.com>
Showing
- Build/Sources/Sass/module/_styleguide.scss 34 additions, 25 deletionsBuild/Sources/Sass/module/_styleguide.scss
- typo3/sysext/backend/Resources/Public/Css/backend.css 7 additions, 6 deletionstypo3/sysext/backend/Resources/Public/Css/backend.css
- typo3/sysext/styleguide/Classes/Controller/BackendController.php 27 additions, 36 deletions...ysext/styleguide/Classes/Controller/BackendController.php
- typo3/sysext/styleguide/Resources/Private/Partials/Backend/Navigation.html 12 additions, 17 deletions...eguide/Resources/Private/Partials/Backend/Navigation.html
- typo3/sysext/styleguide/Resources/Private/Templates/Backend/Accordion.html 3 additions, 4 deletions...eguide/Resources/Private/Templates/Backend/Accordion.html
- typo3/sysext/styleguide/Resources/Private/Templates/Backend/Avatar.html 3 additions, 4 deletions...tyleguide/Resources/Private/Templates/Backend/Avatar.html
- typo3/sysext/styleguide/Resources/Private/Templates/Backend/Buttons.html 4 additions, 4 deletions...yleguide/Resources/Private/Templates/Backend/Buttons.html
- typo3/sysext/styleguide/Resources/Private/Templates/Backend/Cards.html 3 additions, 4 deletions...styleguide/Resources/Private/Templates/Backend/Cards.html
- typo3/sysext/styleguide/Resources/Private/Templates/Backend/Colors.html 3 additions, 4 deletions...tyleguide/Resources/Private/Templates/Backend/Colors.html
- typo3/sysext/styleguide/Resources/Private/Templates/Backend/Filter.html 3 additions, 4 deletions...tyleguide/Resources/Private/Templates/Backend/Filter.html
- typo3/sysext/styleguide/Resources/Private/Templates/Backend/FlashMessages.html 2 additions, 4 deletions...de/Resources/Private/Templates/Backend/FlashMessages.html
- typo3/sysext/styleguide/Resources/Private/Templates/Backend/Icons.html 2 additions, 4 deletions...styleguide/Resources/Private/Templates/Backend/Icons.html
- typo3/sysext/styleguide/Resources/Private/Templates/Backend/Index.html 3 additions, 4 deletions...styleguide/Resources/Private/Templates/Backend/Index.html
- typo3/sysext/styleguide/Resources/Private/Templates/Backend/Infobox.html 3 additions, 4 deletions...yleguide/Resources/Private/Templates/Backend/Infobox.html
- typo3/sysext/styleguide/Resources/Private/Templates/Backend/Modal.html 3 additions, 4 deletions...styleguide/Resources/Private/Templates/Backend/Modal.html
- typo3/sysext/styleguide/Resources/Private/Templates/Backend/Notifications.html 3 additions, 4 deletions...de/Resources/Private/Templates/Backend/Notifications.html
- typo3/sysext/styleguide/Resources/Private/Templates/Backend/Pagination.html 3 additions, 4 deletions...guide/Resources/Private/Templates/Backend/Pagination.html
- typo3/sysext/styleguide/Resources/Private/Templates/Backend/Shadows.html 3 additions, 4 deletions...yleguide/Resources/Private/Templates/Backend/Shadows.html
- typo3/sysext/styleguide/Resources/Private/Templates/Backend/Tab.html 3 additions, 4 deletions...t/styleguide/Resources/Private/Templates/Backend/Tab.html
- typo3/sysext/styleguide/Resources/Private/Templates/Backend/Tables.html 3 additions, 4 deletions...tyleguide/Resources/Private/Templates/Backend/Tables.html
Please register or sign in to comment