<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fixed-top-2 {
    margin-top: 35px;
}

body {
    padding-top: 85px;
}

.dropdown-menu {
    z-index: 10000;
}

@media (min-width: 100px) {
    .dropdown-menu {
/*        height: 200px;*/
        overflow-y: auto;
/*        max-width: 200px;        */
    }
}

@media (min-width: 768px) {
    .fixed-top-2 {
        margin-top: 48px;
    }
}
</pre></body></html>