You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If parent element of solid has the css attribute overflow:hidden, the character ignores this as long as the parent is not positioned absolute or relative. If the parent has both attributes (position:absolute/relative and overflow:hidden) you need to remove overflow:hidden, introduce a wrapper inside this element with position:static (default) and add the overflow:hidden attribute there.
after failing to appear on top of a solid, the character is teleported to the initial position.