We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ab0b3 commit b414983Copy full SHA for b414983
src/BootstrapBlazor/Components/Tab/Tab.razor.js
@@ -69,7 +69,6 @@ const active = tab => {
69
}
70
71
else {
72
- // mark sure display total active tabitem
73
const right = getPosition(activeTab).left - getPosition(activeTab.parentNode).left + activeTab.offsetWidth
74
const navWidth = tab.scroll.offsetWidth
75
const marginX = navWidth - right + 2
0 commit comments