diff --git a/src/assets/sass/_global/_utils.scss b/src/assets/sass/_global/_utils.scss index 30e2ad8..79e4fa5 100644 --- a/src/assets/sass/_global/_utils.scss +++ b/src/assets/sass/_global/_utils.scss @@ -44,6 +44,7 @@ bottom: 0; left: 0; z-index: -1; + cursor: default; } } @@ -77,4 +78,4 @@ @mixin not-clickable { pointer-events: none; cursor: default; -} \ No newline at end of file +}