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 horizontal scrollbar on full-wide blocks with nesting. #16085

Merged
merged 1 commit into from
Jun 12, 2019

Commits on Jun 11, 2019

  1. Fix horizontal scrollbar on full-wide blocks with nesting.

    This fixes #15192.
    
    This PR fixes two issues:
    
    1. There was an issue, probably rebase related, where the columns block had CSS to prevent horizontal scrollbars when fullwide, but which didn't work anymore. I simply fixed the selector again.
    2. The recent merge of the clickthrough PR failed to take into account fullwide blocks with nesting, and caused a horizontal scrollbar due to the overlay extending beyond the canvas.
    
    To test this PR, please verify that full wide alignments work as intended. You can test columns, image, embed, media & text.
    
    Please also verify that blocks with nesting work as intended, both in fullwide and not wide situations.
    Joen Asmussen committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    f67b630 View commit details
    Browse the repository at this point in the history