diff options
Diffstat (limited to 'module/web/templates/default/base.html')
-rw-r--r-- | module/web/templates/default/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index d5d96eef3..e3c216390 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -202,7 +202,7 @@ }},
style:{
classes:'ui-tooltip-light ui-tooltip-shadow',
- width: $("#notification_div").outerWidth(),
+ width: $("#globalprogress").outerWidth(),
height: 100
},
hide: false
|