feat: replace GithubHistory with GitHistory for combined GitHub and Gitea event display, and add scrollbar utility styles.
This commit is contained in:
@@ -39,4 +39,16 @@ ul {
|
||||
|
||||
canvas {
|
||||
touch-action: none;
|
||||
}
|
||||
|
||||
/* Utility to hide scrollbar */
|
||||
.hide-scrollbar {
|
||||
-ms-overflow-style: none !important;
|
||||
/* IE and Edge */
|
||||
scrollbar-width: none !important;
|
||||
/* Firefox */
|
||||
}
|
||||
|
||||
.hide-scrollbar::-webkit-scrollbar {
|
||||
display: none !important;
|
||||
}
|
||||
Reference in New Issue
Block a user