stuysu / epsilon

all in one service for stuyvesant high school.
8 stars 0 forks source link

scrollbar repositions the page #117

Closed randysim closed 3 days ago

randysim commented 4 days ago

On the admin page, the last module has a scrollbar while the rest don't and the scrollbar causes a shift, so I added

@supports (scrollbar-gutter: stable) {
    html {
      overflow-y: auto;
      scrollbar-gutter: stable;
    }
}

to index.css

HOWEVER, when I add that, the NavBar (sidebar) component causes the home page to shift.

Is there really no good way?

randysim commented 3 days ago

normal behavior that happens on every website