( rascy | 2021. 06. 17., cs – 20:48 )

Ezt próbáld ki:

.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    width: auto;
    height: auto;
    z-index: 9999;
}