« get me outta code hell

Merge branch 'preview' into networked-tags - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-10-06 09:02:18 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-10-06 09:02:18 -0300
commitad047cfb583e04707f7226ee614a9e95aa91718b (patch)
tree89be3dd6384e8facf9bb8e988f8dc94dd0b183c9
parented2ceb0007bab8943bee9bce007e20e344bca66b (diff)
parentd21a899ec62d0298f298a9fbdd8b74e5bc44c681 (diff)
Merge branch 'preview' into networked-tags
-rw-r--r--src/static/site4.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/src/static/site4.css b/src/static/site4.css
index 1797b8f..65df265 100644
--- a/src/static/site4.css
+++ b/src/static/site4.css
@@ -1489,12 +1489,27 @@ main.long-content .content-sticky-heading-container .content-sticky-subheading-r
 
 .sidebar-column.sidebar.sticky-column {
   max-height: calc(100vh - 20px);
-  overflow-y: scroll;
   align-self: start;
   padding-bottom: 0;
   box-sizing: border-box;
   flex-basis: 275px;
   padding-top: 0;
+  overflow-y: scroll;
+  scrollbar-width: thin;
+  scrollbar-color: var(--dark-color);
+}
+
+.sidebar-column.sidebar.sticky-column::-webkit-scrollbar {
+  background: var(--dark-color);
+  width: 12px;
+}
+
+.sidebar-column.sidebar.sticky-column::-webkit-scrollbar-thumb {
+  transition: background 0.2s;
+  background: rgba(255, 255, 255, 0.2);
+  border: 3px solid transparent;
+  border-radius: 10px;
+  background-clip: content-box;
 }
 
 .sidebar-column.sidebar.sticky-column > h1 {