diff --git a/styles/globals.css b/styles/globals.css index fa419b645142..ecbca2ff0cbf 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -351,3 +351,7 @@ abbr[title] { .explorer-menu-wrapper > div > div > div > button { margin-top: 0px; } + +select { + cursor:pointer; +} \ No newline at end of file