|
I have been working with an mbContainer that I have set to "position:relative" inside another div. It seems to position and work well inside the parent div until the content forces the height of the container to become taller than the parent div. When that happens, the container scrolls to the bottom right of the screen with part of it pushed off the browser display. I assume others have run into this issue and am wondering if there is some specific css I can apply to fix this? |
|
Is the "mantainOnWindow" property set to true? Try to set it at false; this property force the container to move if it or part of it is out of the screen; I've to check if there could be a bug once the position is relative. |


