We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 627b045 commit 38e2f74Copy full SHA for 38e2f74
massmail/site/mailingoutadmin.py
@@ -115,7 +115,7 @@ def notification(instance):
115
) if lines >= 20 else "white-space:pre-wrap;"
116
custom_scrollbar = (
117
"<style>"
118
- "div.mailingout-scroll::-webkit-scrollbar {width:6px;}"
+ "div.mailingout-scroll::-webkit-scrollbar {width:10px;}"
119
"div.mailingout-scroll::-webkit-scrollbar-thumb {background:#ccc; border-radius:3px;}"
120
"</style>"
121
if lines >= 20 else ""
0 commit comments