-
-
Get the best of all the features
-
-
-
-
-
-
+
+
+
+
+
+
Get the best of all the features
+
+
+
+
+
+
+
+
-
-
- )
+ );
}
diff --git a/frontend/src/scrollbar.css b/frontend/src/scrollbar.css
new file mode 100644
index 0000000..dedea30
--- /dev/null
+++ b/frontend/src/scrollbar.css
@@ -0,0 +1,26 @@
+/* src/scrollbar.css */
+.scrollbar-thin {
+ scrollbar-width: thin;
+ scrollbar-color: rgb(1, 36, 120) transparent;
+ }
+
+ .scrollbar-thin::-webkit-scrollbar {
+ width: 8px;
+ height: 8px;
+ }
+
+ .scrollbar-thin::-webkit-scrollbar-track {
+ background: transparent;
+ }
+
+ .scrollbar-thin::-webkit-scrollbar-thumb {
+ background-color: rgb(1, 36, 120);
+ border-radius: 10px;
+ border: 0;
+
+ }
+
+ .scrollbar-thin::-webkit-scrollbar-thumb:hover {
+ background-color: rgb(1, 36, 120);
+ }
+
\ No newline at end of file
diff --git a/frontend/tailwind.config.js b/frontend/tailwind.config.js
index fd0bf5f..02f69ad 100644
--- a/frontend/tailwind.config.js
+++ b/frontend/tailwind.config.js
@@ -12,5 +12,6 @@ module.exports = {
'Poppins': ['Poppins', 'serif'] // Ensure fonts with spaces have " " surrounding it.
},
},
- plugins: [],
+ plugins: [
+ ],
}
\ No newline at end of file