CSS делает что -то всегда на вершине

element {
    position: fixed;
    z-index: 999;
}
Silly Skylark