BigW Consortium Gitlab

Commit d15b5c7f by Eric Eastwood

Scroll total scroll width instead of fixed value

parent bff7c007
......@@ -238,7 +238,7 @@ const RepoHelper = {
setTimeout(() => {
const tabs = document.getElementById('tabs');
if (!tabs) return;
tabs.scrollLeft = 12000;
tabs.scrollLeft = tabs.scrollWidth;
}, 200);
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment