Browse Source

[WebUI] Editor: Set thin scrollbars

to fix line wrapping
tags/3.0
moisseev 2 years ago
parent
commit
4452c298d0
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      interface/css/rspamd.css

+ 4
- 0
interface/css/rspamd.css View File

@@ -540,6 +540,10 @@ table#symbolsTable input[type="number"] {
background: rgb(0, 47, 79);
color: silver;
}
.codejar-wrap {
/* Fix line wrapping */
scrollbar-width: thin;
}
.codejar-linenumbers {
background: rgba(255, 255, 255, 0.07) !important;
bottom: unset !important;

Loading…
Cancel
Save