web: add scrollbar for read progress
This commit is contained in:
@@ -343,3 +343,9 @@ display: none;
|
||||
.button.spam {
|
||||
color: #f00;
|
||||
}
|
||||
|
||||
progress.read-progress {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user