MediaWiki:Gadget-stickyToc.css:修订间差异

创建页面,内容为“#p-toc { position: sticky; top: 0.5em; } #p-toc .vector-menu-content-list { max-height: calc(100vh - 3.75em - 12px - var(--sticky-bottom, 0px)); overflow-y: auto; color-scheme: dark; scrollbar-width: thin; overscroll-behavior: none; } @media (prefers-reduced-motion: no-preference) { #p-toc .vector-menu-content-list { scroll-behavior: smooth; } } #p-toc .vector-menu-content-list ul { margin-left: 10px; } #p-toc .vector-men…”
 
无编辑摘要
 
(未显示同一用户的1个中间版本)
第7行: 第7行:
     max-height: calc(100vh - 3.75em - 12px - var(--sticky-bottom, 0px));
     max-height: calc(100vh - 3.75em - 12px - var(--sticky-bottom, 0px));
     overflow-y: auto;
     overflow-y: auto;
    color-scheme: dark;
     scrollbar-width: thin;
     scrollbar-width: thin;
     overscroll-behavior: none;
     overscroll-behavior: none;
第41行: 第40行:
}
}
}
}
/* [[Category:stylesheets]] */