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

Chrome: Scollbars #11

Closed
disaster123 opened this issue Jul 11, 2023 · 3 comments
Closed

Chrome: Scollbars #11

disaster123 opened this issue Jul 11, 2023 · 3 comments

Comments

@disaster123
Copy link

Hi,

on my Linux System i get horizontal scrollbars in chrome.

I could fix this by removing the margin-right or margin-left of the .row calss from the bootstrap.min.css. The issie seems that there are 100% width row + margin which extends 100%.

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
>>>>    margin-right: calc(-.5 * var(--bs-gutter-x));
>>>>    margin-left: calc(-.5 * var(--bs-gutter-x));
}

Greets,
Stefan

@disaster123
Copy link
Author

Screenshot:
image

@Frischid
Copy link
Contributor

I tried to address this issue in #1, if I remember correctly is was due to a missing container which is required for a proper bootstrap layout. I can try to make a minimal PR for this on Saturday.

@disaster123
Copy link
Author

Danke! funktioniert

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

No branches or pull requests

3 participants