diff --git a/app/globals.css b/app/globals.css index 95827716..fe170b74 100644 --- a/app/globals.css +++ b/app/globals.css @@ -13,3 +13,41 @@ html.dark { .borderBlack { @apply border border-black/10; } + +/* Create Custom Scrollbar */ +/* Firefox */ +* { + scrollbar-width: thin; + scrollbar-color: #222831 #222831; +} + +/* Chrome, Edge and Safari */ +*::-webkit-scrollbar { + width: 10px; + width: 10px; +} + +*::-webkit-scrollbar-track { + background-color: #ffffff00; +} + +*::-webkit-scrollbar-track:hover { + background-color: #ffffff00; +} + +*::-webkit-scrollbar-track:active { + background-color: #ffffff00; +} + +*::-webkit-scrollbar-thumb { + border-radius: 5px; + background-color: #ffffff4f; +} + +*::-webkit-scrollbar-thumb:hover { + background-color: #ffffffbb; +} + +*::-webkit-scrollbar-thumb:active { + background-color: #ffffff; +} \ No newline at end of file diff --git a/components/contact.tsx b/components/contact.tsx index a85b2be1..f85e3b14 100644 --- a/components/contact.tsx +++ b/components/contact.tsx @@ -53,7 +53,7 @@ export default function Contact() { }} >