#Certain components cause my layout to shift

3 messages · Page 1 of 1 (latest)

fresh portal
#

I have overflow issue. Whenever certain components get trigger overflow goes from auto to hidden. That causes my navbar to move and it makes this really weird shift. I was looking in to something like

I tried this but it doesn't seem to work. I might be applying it to the wrong components. I tried body, navbar and container.

scrollbar-gutter: stable both-edges;

Any idea how might i solve this?

arctic nacelleBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

fresh portal
#

Turns out I needed to apply scrollbar gutter to my html

html {
scrollbar-gutter: stable both-edges;
}