diff --git a/resources/qml/TopBar.qml b/resources/qml/TopBar.qml
index 45ce289aaadcdf4e916342690f2673a9badc489a..53acdc39291b07f9eefe6365b1c23df6e6c7fe1a 100644
--- a/resources/qml/TopBar.qml
+++ b/resources/qml/TopBar.qml
@@ -49,6 +49,11 @@ Rectangle {
         //cursorShape: Qt.PointingHandCursor
     }
 
+    CursorShape {
+        anchors.fill: parent
+        cursorShape: Qt.PointingHandCursor
+    }
+
     GridLayout {
         id: topLayout