Okay, so I made an entire site using Firebase Studio and it looks good and works great, the problem is that on my site, when I open a menu like a dropdown list, the site moves a little bit to the left until I close that menu/dropdown list.Gemini doesn’t know to fix it so that’s why I am requesting help
Voce tem que pedir para ele corrigir a margin e o padding do componente
Hey @Dragos_Enache i totally understand, here’s a quick fix add this to your Global CSS
html {
overflow-y: scroll;
}
This should stop that annoying shift immediately. Let me know if that works for you.
1 Like