mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Tooltips/Style
* also fix width for secondary tooltips
This commit is contained in:
@@ -1978,7 +1978,8 @@ $WH.Tooltip = {
|
||||
|
||||
tooltip.style.width = 'max-content';
|
||||
// tooltip.style.width = tow + 'px';
|
||||
tt2.style.width = tt2w + 'px';
|
||||
tt2.style.width = 'max-content';
|
||||
// tt2.style.width = tt2w + 'px';
|
||||
|
||||
var
|
||||
rect,
|
||||
|
||||
Reference in New Issue
Block a user