Skip to content

Commit d39e87e

Browse files
authored
issues_2583 After selecting Logo dropdown the cursor is turning to hand symbol
1 parent f284bd4 commit d39e87e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/assets/sass/_global/_utils.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
bottom: 0;
4545
left: 0;
4646
z-index: -1;
47+
cursor: default;
4748
}
4849
}
4950

@@ -77,4 +78,4 @@
7778
@mixin not-clickable {
7879
pointer-events: none;
7980
cursor: default;
80-
}
81+
}

0 commit comments

Comments
 (0)