<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#header.sticky{
    position: sticky;
    top: 0;
    z-index: 1001;
}

.navbar.sticky{
    position: sticky;
    top: 0;
    z-index: 1001;
}</pre></body></html>