/* Fix Hypothesis sidebar position to not overlap mdBook toolbar */
hypothesis-sidebar {
    top: 50px !important;
}

/* Alternative: push the sidebar toggle button down */
.annotator-frame {
    top: 50px !important;
}

/* Ensure the Hypothesis adder (popup when selecting text) doesn't overlap */
.annotator-adder {
    z-index: 999 !important;
}
