richrobber2 / canvas-zoom

zoom and pan functionality
350 stars 23 forks source link

.tooltip display: none but .tooltip never used in the extension #67

Closed mariodian closed 1 year ago

mariodian commented 1 year ago

Hi, you're setting .tooltip to be hidden in style.css but that element seems to never be used in your code.

.tooltip{
  display: none;
}

However, it interferes with tooltip in Vlad's Automatic UI.

Could you please remove the CSS code, if .tooltip is in fact never used as far as I can tell? Thank you (I can also create a PR if you want)

daswer123 commented 1 year ago

Hi, this is to make the "canvas-zoom-and-pan" buildin extension, which comes with webui 1.4, compatible with the "canvas-zoom" extension

A little later I will make a PR in Automatic1111 webui and make this class more specific and change it in my extension code.

daswer123 commented 1 year ago

Updated, check to see if that solved your problem, if not, I'll think what else can be done?

mariodian commented 1 year ago

It works thank you!