Project

General

Profile

Actions

Bug #100860

closed

Page Module -- header section has an css overflow after closing of the content element edit view

Added by Julian Mair 12 months ago. Updated 9 months ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Start date:
2023-05-11
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
On Location Sprint

Description

If I click on the page module, select any page, select "language comparison" on the top select box (not necessary but easier to see), then click on an element edit button and close it via the "x" button on the top again. After that you can see in the content section between the header of the current page and the each language labels an css overflow. See screenshot below.

If I reload the backend module everything seems correct again.

System
  • Typo3 v12.4.1
  • PHP 8.1
  • Chrome Version 113.0.5672.63 (Official Build) (64-bit)

Hint
I think the problem lies here with this calc rule, because if I simply deactivate and activate it, it works again.

.t3-grid-container-inner {
    margin: calc(var(--pagemodule-grid-spacing) * -1);
}


Files

Screenshot.png (22.9 KB) Screenshot.png Julian Mair, 2023-05-11 13:46
Actions

Also available in: Atom PDF