Home › Forums › Basel support forum › Menu doesn’t display correctly › Reply To: Menu doesn’t display correctly
March 20, 2023 at 7:00 pm
#452758

Artem Temos
Keymaster
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
body .topbar-wrapp {
z-index: unset;
}
Kind Regards