diff --git a/src/index.css b/src/index.css index bcf21eb..1aa974d 100644 --- a/src/index.css +++ b/src/index.css @@ -2,4 +2,13 @@ @tailwind components; @tailwind utilities; +.no-scrollbar::-webkit-scrollbar { + display: none; +} + +/* Hide scrollbar for IE, Edge and Firefox */ +.no-scrollbar { + -ms-overflow-style: none; /* IE and Edge */ + scrollbar-width: none; /* Firefox */ +} diff --git a/src/pages/Coreteam/Coreteam.js b/src/pages/Coreteam/Coreteam.js index d4255a5..40e0171 100644 --- a/src/pages/Coreteam/Coreteam.js +++ b/src/pages/Coreteam/Coreteam.js @@ -70,8 +70,8 @@ function Coreteam() {