Skip to content

Commit

Permalink
Merge pull request #516 from NOY10/added-scrollbar-in-contributerProfile
Browse files Browse the repository at this point in the history
added-scrollbar-in-contributerProfile
  • Loading branch information
l-white authored Sep 20, 2024
2 parents 70feb1d + 142bb0e commit 543a4c7
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions contributersProfile.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@
<!-- /Dark Mode -->
</head>
<style>
body{
contain: paint;
}
.navbar{
background-color: #009999;
position: fixed;
}
}
</style>
<body>
<!-- navbar -->
Expand Down Expand Up @@ -454,6 +457,11 @@ <h2 class="animated bounce">Contributors</h2>
<a class="float-right" href="https://github.com/Lejla1502">Visit Github Profile</a>
<div class="dropDownContent"></div>
</li>
<li class="list-group-item dropDown">
@NOY10
<a class="float-right" href="https://github.com/NOY10">Visit Github Profile</a>
<div class="dropDownContent"></div>
</li>
</ul>
</div>
<div class="container-fluid footer-container">
Expand All @@ -462,9 +470,7 @@ <h5>
If you liked the work of our contributors, you can go to their profile and leave
them a star. If not, you can still check them out and look through amaizing projects they've done so far.
</h5>
<div class="buttons">
<div class="dropDownContent"></div>
</li>
<div class="buttons" style="overflow-x:scroll; width: 95vw;">
<li class="list-group-item dropDown">
<!-- @savvasg35 -->
<a class="float-right" href="https://github.com/Savvasg35">@savvasg35</a>
Expand Down

0 comments on commit 543a4c7

Please sign in to comment.