aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/assets
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-04-05 14:41:10 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-04-05 14:41:10 +0200
commit0bf6261d15918eed39b077b0ec83f3325c530bff (patch)
treeeb0f97af07f138156c77095c72ecdc4894536974 /assets
parentmove scrollbar styling to scrollbar.css (diff)
downloadjekyll-theme-0bf6261d15918eed39b077b0ec83f3325c530bff.tar.gz
jekyll-theme-0bf6261d15918eed39b077b0ec83f3325c530bff.zip
scrollbar: try to preserve border-radiusold_sidebar
Diffstat (limited to 'assets')
-rw-r--r--assets/css/jekyll-theme/scrollbar.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/css/jekyll-theme/scrollbar.css b/assets/css/jekyll-theme/scrollbar.css
index 8e7bf01..ae424bc 100644
--- a/assets/css/jekyll-theme/scrollbar.css
+++ b/assets/css/jekyll-theme/scrollbar.css
@@ -11,8 +11,9 @@
}
.pretty-scrollbar::-webkit-scrollbar-track, pre::-webkit-scrollbar-track {
background: #f0f0f0;
+ border-radius: inherit;
}
.pretty-scrollbar::-webkit-scrollbar-thumb, pre::-webkit-scrollbar-thumb {
background: #ccc;
+ border-radius: inherit;
}
-