Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I added a table which has a long width to confluence page.
and the scrollbar occurred.
I was dragged the scrollbar to the right end.
But when the mouse pointer escaped the confluence page,
the scrollbar automatically move to the left end.
It is often confusing to me.
How can I the scrollbar to remain to righ side?
It had only happen in chrome browser.
Hello,
You can try to wrap the table into <div> tag and set div width greater than table width. For example <div style="width:2000px"><table>...</table></div>. This won't affect scrollbar behavior, however you won't need to scroll to the very end to see the end of the table.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.