Hide scrollbar on pastes
This commit is contained in:
parent
e7014cb654
commit
1caaec47bd
@ -13,7 +13,10 @@ object PastePage {
|
||||
type = "text/css"
|
||||
)
|
||||
script(src = "https://p.kageru.moe/static/hl.js") {}
|
||||
unsafe { +"<script>hljs.initHighlightingOnLoad();</script>" }
|
||||
unsafe {
|
||||
+"<script>hljs.initHighlightingOnLoad();</script>"
|
||||
+"<style>html{scrollbar-color: transparent transparent;}::-webkit-scrollbar{display: none;}"
|
||||
}
|
||||
}
|
||||
body {
|
||||
pre {
|
||||
|
Loading…
Reference in New Issue
Block a user