I have a website Suoi Hong Resort
However, the menu block displays behind the logo.
The navigation class has a position of absolute and a z-index of 3. The logo has a position of absolute and a z-index of 2. The menu block has a z-index of 10. Despite this configuration, the menu block cannot display in front of the logo.
Please assist me with this issue!
*{
margin: 0;
padding: 0;
text-decoration: none;
list-style: none;
border: none;
outline: none;
}
/* More CSS code here */