Issue reporter scrollbar is non-standard/looks out of place, fixes #42568

This commit is contained in:
Rachel Macfarlane
2018-02-06 10:58:35 -08:00
parent 727a838c3e
commit a0a3d99465
4 changed files with 29 additions and 3 deletions

View File

@@ -335,4 +335,12 @@ button {
#similar-issues {
margin-left: 0;
}
}
}
body::-webkit-scrollbar {
width: 14px;
}
body::-webkit-scrollbar-thumb {
min-height: 20px;
}