Skip to content

Commit

Permalink
Revert "Custom Scrollbar added"
Browse files Browse the repository at this point in the history
  • Loading branch information
BamaCharanChhandogi authored Jun 2, 2024
1 parent 002d475 commit 61cc7d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
23 changes: 0 additions & 23 deletions client/src/App.css
Original file line number Diff line number Diff line change
@@ -1,23 +0,0 @@
/* ------Custom Scrollbar------ */

::-webkit-scrollbar{
width: 10px;
height: 60px;
}

::-webkit-scrollbar-track{
background-color: #1F2937;
}

::-webkit-scrollbar-thumb{
background: rgb(255,128,0);
background: linear-gradient(180deg, rgba(255,128,0,1) 8%, rgba(147,51,234,1) 66%);
border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover{
background-color: #9652d2;
cursor: pointer;
}

/* ------Custom Scrollbar------ */
1 change: 0 additions & 1 deletion client/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import Footer from './components/Footer';
import ContactUs from './components/contact';
import FloatBtn from './components/FloatBtn';
import FAQ from './components/FAQ';
import './App.css';

const App = () => {
return (
Expand Down

0 comments on commit 61cc7d2

Please sign in to comment.