Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented Customized Scrollbar Feature #333

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed the redundant css code
Signed-off-by: Akhilender Bongirwar <112749383+akhilender-bongirwar@users.noreply.github.com>
  • Loading branch information
akhilender-bongirwar authored Sep 8, 2023
commit 2690871ae9891dcca2884f95be60bddeb4aec8ce
19 changes: 1 addition & 18 deletions docs/_sass/getnighthawk.scss
Original file line number Diff line number Diff line change
@@ -5533,7 +5533,7 @@ div.globalFooterCard.card-environment {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: auto;
margin: 2rem 0rem 12rem 0rem;
margin: 2rem 0rem;
padding: 2rem 0rem;
.card-item {
display: flex;
@@ -5979,20 +5979,3 @@ div.globalFooterCard.card-environment {
.accordion-button::after {
margin-left: 10px !important;
}

/* Custom Scrollbar*/
::-webkit-scrollbar{
width: 8px;
}
::-webkit-scrollbar-track {
background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
background-color: #393E46;
border-radius: 12px;
box-shadow: inset 0 0 6px rgba(0,0,0,.3);
transition: background-color 0.3s ease;
}
::-webkit-scrollbar-thumb:hover {
background: #555b66;
}