I am learning godot so maybe there is easy solution and its not bug but i wanted to use scroll container with Vbox container to make a scrollable list list of buttons. It worked once but when i tried doing this second time, instead of scrolling through button(“Ulepszenie1b”), its scrolling through RichLabelText(“Sprzedaż”) which isn’t even in Vbox container tree.
I gave up to quickly and made a post here but after 10 min i found out that scroll container was working as it should be and the text strangely scrolling was because i had scroll active on, in RichTextLabel.