NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: osquiabro on February 15, 2022, 03:26:10 PM

Title: vtips flickering bug
Post by: osquiabro on February 15, 2022, 03:26:10 PM
i have a flickering problems in some computer and found that the problem is a vtips.css come with NT 12.35

p#vtip {
display:none;
position:absolute;
padding:10px;
left:5px;
font-size:1em;
background-color:white;
border:1px solid #a6c9e2;
border-radius:5px;
z-index:999999; <---- did not have a semicolon at the end
pointer-events: none; <-- added for prevent flickering
}
p#vtip #vtipArrow { position: absolute; top: -10px; left: 5px }
Title: Re: vtips flickering bug
Post by: Bruce on February 16, 2022, 10:39:43 PM
thanks