amitmerchant1990 / reverie

:art: A ridiculously elegant Jekyll theme.
https://reverie.pages.dev
MIT License
779 stars 683 forks source link

Code always has double scrollbars #21

Closed idbrii closed 4 years ago

idbrii commented 4 years ago

If you use code (indent 4 spaces or triple backquote fenced code), you get two sets of scroll bars around your code. Occurs on the demo page too: image

I would expect that code to have no scroll bars. Code that is too wide for the page should have only the necessary scroll bar (horizontal) and only one of them.

Looks like the code looks like this in the source:

```md
categories: JavaScript
```

Since it happens in the demo, I assume this is a bug and not me doing something wrong.

Occurs in both browsers I tested:

idbrii commented 4 years ago

Confirmed fixed.

Weirdly, I still had double scrollbars even after seeing my latest content on github, but refreshing a few times seemed to fix it. Maybe Chrome had locally cached the style.css? Oh well.

Thanks!

patricsteiner commented 4 years ago

You're welcome, happy to help 😃 Yeah, very likely that Chrome just cached the css. I usually reload with [CTRL] + [F5] to assure everything is re-fetched from the server.