My website is located at: this link
When you click on "teamchart" in the navigation bar, it takes you to that section.
The issue I'm facing is that the teamchart section is overlapping with the contact section. How can I align the chart and have the contact section come after it?
I'm not sure why this overlap is happening. Any help or advice would be greatly appreciated. Thank you and God bless.
Here is some of the code involved with the website:
'use strict';
// Code for the pie chart goes here
var button = document.querySelector('button');
var replay = function() {
// Replay function code here
};
.fl-lt {
float: left;
}
.fl-rt {
float: right;
}
/* More CSS styles can go here */
.tooltip {
/* Tooltip styling */
}
<!-- HTML content goes here -->