Horizontal scroll

Created on 26 July 2024, 4 months ago
Updated 26 August 2024, 3 months ago

Problem/Motivation

Getting horizontal scrolls on Drupal 10.3.1, Gutenberg Editor 3.0.2 og Gutenberg Starter 1.0.0.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

🇳🇴Norway thorandre

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

  • Issue created by @thorandre
  • 🇳🇴Norway thorandre

    Got this issue forwarded by email, also with suggestions for solutions:

    Add --drupal-displace-offset-left: 20px; i variables.css
    or

    Change the alignfull class in layout.css
    .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: calc(100vw - var(--drupal-displace-offset-left, 0) / 2);
    }

    to

    .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: calc(100vw - 10px);
    }

    Add overflow-x: hidden; i klassen layout-container i layout.css
    .layout-container {
    margin-top: var(--header-height-mobile);
    overflow-x: hidden;
    }

  • Merge request !7Issue #3464006: Horizontal scroll → (Merged) created by debdeep.mukhopadhyay
  • Issue was unassigned.
  • Status changed to Needs review 4 months ago
  • As per your suggestions for solutions, I have done all the changes.Please review it and please give me a credit if I did this task as your expectation.

  • Status changed to RTBC 4 months ago
  • 🇮🇳India bhaveshdas

    Hi, I have verified this Horizontal scroll issue with #3464006 MR applied cleanly in the D10 version.

    Testing Steps:
    1. Install the D10 version
    2. Go to the appearance tab and install the Gutenberg Starter Theme.
    3. To check, click on the homepage. You will see a horizontal scroll at the bottom.

    Testing Results
    Now the horizontal scroll issue fixed and working as expected.

    Screenshots are attached for reference.
    Hence it can be move to the RTBC.
    RTBC+1

    Thankyou !!

  • Status changed to Fixed 3 months ago
  • 🇵🇹Portugal marcofernandes

    Merged. Thank y'all 😉

  • Automatically closed - issue fixed for 2 weeks with no activity.

Production build 0.71.5 2024