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