Canvas Menu Issue

Hello All

We have found an issue with the Canvas menu, where the hover text is hiding behind a subnm object on the page:
image

Is anyone else experiencing this issue?

Thanks
David

Hi David,

That looks like a bug.

Can you please contact your Cubewise Local office so they can help create and submit a ticket to support for this. Thanks!


Paul

Paul make the “mini-tooltip” class have z-index:101;
since the dropdown are at at z-index: 100 and the subnm at z-index: 2;

add following to the style.css in the css folder

.mini-tooltip{
z-index:101;
}

Hi @ishapiro,

Thanks! Then how about with the select mode like below on the “Simple SUBNM & DBR” page?

image


Paul

Hi @ishapiro

That has fixed it for us! Can you log a ticket for this or do we need to contact Vincent or Jason?

Thanks
David

I will send a ticket

Thanks
Ilia