소스 검색

[WebUI] Editor: Set thin scrollbars

to fix line wrapping
tags/3.0
moisseev 2 년 전
부모
커밋
4452c298d0
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      interface/css/rspamd.css

+ 4
- 0
interface/css/rspamd.css 파일 보기

@@ -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…
취소
저장