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

Fix page layout embedded #1682

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Ewan88
Copy link
Contributor

@Ewan88 Ewan88 commented Jul 5, 2023

Description

This change sets the local storage value for embed from the url - previously it was always false, regardless of url param.

Also fixes a CSS issue with a horizontal scrollbar appearing, despite there being no extra content.

Fixes #1674

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

  • Cypress integration
  • Cypress component tests
  • Jest unit tests

Checklist:

  • I have performed a self-review of my own code
  • New and existing unit tests pass locally with my changes

@dadiorchen
Copy link
Collaborator

@Ewan88 thank you for you contribution! can you split this to two PR, it is good for code maintenance and review.

@Ewan88
Copy link
Contributor Author

Ewan88 commented Jul 6, 2023

@dadiorchen #1683

@dadiorchen
Copy link
Collaborator

@Ewan88 there is a conflict, can you solve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Page layout disorder when use the parameter query: ?embed=true
2 participants