diff --git a/src/App.tsx b/src/App.tsx
index 4ce1b3f..1104523 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -27,7 +27,7 @@ export const App = () => {
>
-
+
diff --git a/src/components/Collpase.tsx b/src/components/Collpase.tsx
index 946fb3b..55858ff 100644
--- a/src/components/Collpase.tsx
+++ b/src/components/Collpase.tsx
@@ -19,7 +19,7 @@ const Collapse: ParentComponent = (props) => {
const getCollapseContentClassName = () => {
const openedClassName = 'opacity-100'
- const closedClassName = 'opacity-0 scale-y-0'
+ const closedClassName = 'opacity-0'
return props.isOpen ? openedClassName : closedClassName
}
diff --git a/src/components/Header.tsx b/src/components/Header.tsx
index 6c997ed..e0280aa 100644
--- a/src/components/Header.tsx
+++ b/src/components/Header.tsx
@@ -46,7 +46,7 @@ const ThemeSwitcher = () => (
-
+
{(theme) => (
- {
-
+
{({ href, name }) => (
-
diff --git a/src/index.css b/src/index.css
index 510ff1d..e3bd6e4 100644
--- a/src/index.css
+++ b/src/index.css
@@ -2,3 +2,7 @@
@tailwind components;
@tailwind utilities;
@tailwind variants;
+
+::-webkit-scrollbar {
+ display: none;
+}