diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index b1628e83a..cc55d7cbf 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -6,6 +6,7 @@ - fix: Workflow activities don't pick up new default values - add: Friends Network - fix: event end time not time zone adjusted properly + - fix: extra empty/grey area at the bottom of pages 7.4.11 - fix: Delete this entry link in data form header broken diff --git a/www/extras/hoverhelp.css b/www/extras/hoverhelp.css index e03cc17cd..695bd331a 100644 --- a/www/extras/hoverhelp.css +++ b/www/extras/hoverhelp.css @@ -10,6 +10,8 @@ padding: 3px; z-index: 1000; width: 300px; + top: 0px; + left: 0px; } .wg-hoverhelp.yui-tt {