Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Header overflow #6914

Closed
de-es opened this issue Feb 20, 2024 · 1 comment · Fixed by #6917
Closed

Header overflow #6914

de-es opened this issue Feb 20, 2024 · 1 comment · Fixed by #6917
Labels
Milestone

Comments

@de-es
Copy link
Contributor

de-es commented Feb 20, 2024

Affected version(s)

5.3.0

Description

contao_hamburger

Sobald das Hamburgermenü sichtbar ist, lässt sich der gesamte Body um 2px horizontal verschieben.

Kann in der Official Demo nachvollzogen werden.

Ursache ist in main.css:

#tmenu .burger button {
	margin-right: -2px;
}

Das Löschen der Margin löst das Problem. Getestet in FF und Chrome, latest, Desktop & Mobile.

@leofeyer leofeyer added this to the 5.3 milestone Feb 20, 2024
@leofeyer leofeyer linked a pull request Feb 20, 2024 that will close this issue
@leofeyer
Copy link
Member

Thank you for debugging this. See #6917.

leofeyer added a commit that referenced this issue Feb 22, 2024
Description
-----------

Fixes #6914
Fixes #6915

Commits
-------

fb2ac91 Fix two CSS issues
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants