Having trouble navigating tabs on my website built with bootstrap v4
. Clicking between different tabs causes two to display at the same time, but the issue resolves itself after clicking through them a few times. What am I doing wrong?
If you'd like to take a look: jsFiddle link
body {
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 1rem;
font-weight: 300;
line-height: 1.5;
color: #868e96;
text-align: left;
}
.search-tabs>h1 {
font-weight: normal;
margin-bottom: 15px;
}
...
</section>