NetTalk Central

Author Topic: vtips flickering bug  (Read 2860 times)

osquiabro

  • Hero Member
  • *****
  • Posts: 687
    • View Profile
    • Email
vtips flickering bug
« 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 }

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: vtips flickering bug
« Reply #1 on: February 16, 2022, 10:39:43 PM »
thanks