Issue with Profile Hover Functionality. The profile hover feature is not functioning correctly on the home page, although it works fine on other pages. I have provided a share code snippet for troubleshooting.
https://i.sstatic.net/uEc8e.png
If I remove the Bootstrap carousel from the code, then the profile hover function starts working as expected. Feel free to test this by eliminating the carousel component from the code.
URL where it's not working:
Working URL for comparison:
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://pcbmagic.com/assets/style.css">
<link rel="stylesheet" href="assets/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
... (remaining code) ...