/* ui-progress-drawer-fix.css */
:root{ --progress-h:10px; }
.progress-wrap{ position:fixed; left:0; right:0; top:var(--topbar-h,0px)!important; height:var(--progress-h)!important; z-index:70!important; margin:0!important; border:0!important; }
.drawer{ position:fixed; left:0; right:0; top:calc(var(--topbar-h,0px) + var(--progress-h,10px))!important; margin:0!important; border-top:0!important; }

/* TOC offset fix: reserve topbar height for anchor jumps */
html,body{scroll-padding-top:var(--topbar-h,0px)}
