Improved display of tab scroll buttons in editor.

This commit is contained in:
Oliver Hamlet
2014-12-28 13:40:11 +00:00
parent fd7b3d3ef0
commit be224d4c56
@@ -527,8 +527,8 @@ loot-editor-close
this.shadowRoot.getElementById('loadsBSA').setPosition();
this.shadowRoot.getElementById('globalPriority').parentElement.setPosition();
/* Also make sure right arrow is visible. */
this.shadowRoot.getElementById('tableTabs').shadowRoot.querySelector('.scroll-button:last-child').firstElementChild.classList.remove('hidden');
/* Also make sure right arrow is visible if the tabs are scrollable. */
this.shadowRoot.getElementById('tableTabs').scroll();
},
});
</script>