Skip to content

Commit 7a2f33e

Browse files
committed
added-scrollbar-in-contributerProfile
1 parent d620042 commit 7a2f33e

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

contributersProfile.html

+10-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@
2020
<!-- /Dark Mode -->
2121
</head>
2222
<style>
23+
body{
24+
contain: paint;
25+
}
2326
.navbar{
2427
background-color: #009999;
2528
position: fixed;
26-
}
29+
}
2730
</style>
2831
<body>
2932
<!-- navbar -->
@@ -454,6 +457,11 @@ <h2 class="animated bounce">Contributors</h2>
454457
<a class="float-right" href="https://github.com/Lejla1502">Visit Github Profile</a>
455458
<div class="dropDownContent"></div>
456459
</li>
460+
<li class="list-group-item dropDown">
461+
@NOY10
462+
<a class="float-right" href="https://github.com/NOY10">Visit Github Profile</a>
463+
<div class="dropDownContent"></div>
464+
</li>
457465
</ul>
458466
</div>
459467
<div class="container-fluid footer-container">
@@ -462,9 +470,7 @@ <h5>
462470
If you liked the work of our contributors, you can go to their profile and leave
463471
them a star. If not, you can still check them out and look through amaizing projects they've done so far.
464472
</h5>
465-
<div class="buttons">
466-
<div class="dropDownContent"></div>
467-
</li>
473+
<div class="buttons" style="overflow-x:scroll; width: 95vw;">
468474
<li class="list-group-item dropDown">
469475
<!-- @savvasg35 -->
470476
<a class="float-right" href="https://github.com/Savvasg35">@savvasg35</a>

0 commit comments

Comments
 (0)