Weird scrollbar when animating an object

Hi! So in short: When i animate my group, there is a scrollbar and it doesnt look that good:(
Here is a video:

Help me out please!

(btw for this page my responsive engine thing is align to parent)

I haven’t tested myself but why don’t you try adding following code into you bubble app header;

#element::-webkit-scrollbar {
display: none;
}

Let me know if it works

@shivrbanjade

I am sorry, i am a noob
How do you do that?

Check the dimensions of this element and how its placed within surrounding group(s). Some groups allow for vertical scrolling when content overflows. In most cases I wouldn’t think any additional code would be needed to make this go away.