saicaca / hexo-theme-vivia

A clean and minimalist theme for Hexo.
https://saicaca.github.io/vivia-preview/
MIT License
329 stars 40 forks source link

Fix: content is pushed due to scroll bar #67

Open JoeyC-Dev opened 4 months ago

JoeyC-Dev commented 4 months ago

If you switch pages between long and short pages, you will find out the the align is different.
image

Solution: https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-gutter#example_1

Tried auto-hide scroll bar but cannot solve the issue: still pushing the content.

This property is not supported on Safari, but still better than using "hiding scroll bar" as solution. I cannot find other way to fix the issue.