Skip to content

Conversation

Edouard-chin
Copy link
Member

@Edouard-chin Edouard-chin commented Oct 1, 2025

Modify a CSS file on 8.0.3 to prevent a ugly glitch:

  • Some horizontal and vertical scrolling bar appears on pretty much all code snippets.
image

I tested this change locally

Before (The glitch isn't visible because it only happens when you connect a mouse, and I don't have a mouse atm)

image

After

image

cc/ @flavorjones @rafaelfranca

- Some horizontal and vertical scrolling bar appears on pretty much
  all code snippets.
end

patch 'guides/assets/stylesrc/components/_code-container.scss' do |contents|
contents.sub(/^\s+overflow: scroll;/, "")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

1 participant