web: add scrollbar for read progress

This commit is contained in:
2024-08-31 16:08:06 -07:00
parent 5c813e7350
commit 4faef5e017
6 changed files with 65 additions and 10 deletions

View File

@@ -343,3 +343,9 @@ display: none;
.button.spam {
color: #f00;
}
progress.read-progress {
position: fixed;
top: 0;
z-index: 999;
}