Skip to content

Commit ad276ce

Browse files
Merge pull request #80 from iversonLv/issues_2583
Fix Issue #103 After selecting Logo dropdown the cursor is turning to ha…
2 parents 3b2d25b + d39e87e commit ad276ce

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)