/* Global CSS Custom Stylesheet pro STAM 2 Web */

html {
    overflow-y: scroll !important;
    scrollbar-gutter: stable !important;
    min-height: 100.1vh;
}

/* Vylepšení scrollbaru */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #020617;
}

::-webkit-scrollbar-thumb {
    background: #1e293b;
    border-radius: 5px;
    border: 2px solid #020617;
}

::-webkit-scrollbar-thumb:hover {
    background: #475569;
}
