Skip to content

Commit 38e2f74

Browse files
authored
Updated the scrollbar width to make it more visible
1 parent 627b045 commit 38e2f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

massmail/site/mailingoutadmin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def notification(instance):
115115
) if lines >= 20 else "white-space:pre-wrap;"
116116
custom_scrollbar = (
117117
"<style>"
118-
"div.mailingout-scroll::-webkit-scrollbar {width:6px;}"
118+
"div.mailingout-scroll::-webkit-scrollbar {width:10px;}"
119119
"div.mailingout-scroll::-webkit-scrollbar-thumb {background:#ccc; border-radius:3px;}"
120120
"</style>"
121121
if lines >= 20 else ""

0 commit comments

Comments
 (0)