Skip to content

Commit

Permalink
Scrollbar edited
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya-0712 committed Jul 23, 2023
1 parent f57654c commit ecaa5ca
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions public/css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -345,4 +345,21 @@ body
{
max-width: 780px;
}

.post .content::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
}

.post .content::-webkit-scrollbar
{
width: 6px;
background-color: #F5F5F5;
}

.post .content::-webkit-scrollbar-thumb
{
background-color: #000000;
}
}
17 changes: 17 additions & 0 deletions public/css/myBlogs.css
Original file line number Diff line number Diff line change
Expand Up @@ -345,4 +345,21 @@ body
{
max-width: 780px;
}

.post .content::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
}

.post .content::-webkit-scrollbar
{
width: 6px;
background-color: #F5F5F5;
}

.post .content::-webkit-scrollbar-thumb
{
background-color: #000000;
}
}

0 comments on commit ecaa5ca

Please sign in to comment.