Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Merge pull request #27 from Sujatha-K/master
Browse files Browse the repository at this point in the history
Added scrollbar in tests grid in dashboard.html #26
  • Loading branch information
rajat2502 authored Dec 7, 2019
2 parents e76a055 + 33470bd commit 729bf2a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,11 @@ a:hover{
top: 0;
height: 100%;
}

.content
{
overflow-y:scroll;
scrollbar-color: auto;
}
.content h3{
text-align: center;
}
Expand Down

0 comments on commit 729bf2a

Please sign in to comment.