Skip to content

Commit 04879f6

Browse files
committed
minor
1 parent 92274e9 commit 04879f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/desktop/credits/CreditsIndicatorButton.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ qx.Class.define("osparc.desktop.credits.CreditsIndicatorButton", {
8484
},
8585

8686
__handleOutsideEvent: function(event) {
87-
const offset = 2;
87+
const offset = 0;
8888
const onContainer = osparc.utils.Utils.isMouseOnElement(this.__creditsContainer, event, offset);
8989
const onButton = osparc.utils.Utils.isMouseOnElement(this, event, offset);
9090
if (!onContainer && !onButton) {

0 commit comments

Comments
 (0)