CSS fazem algo sempre no topo

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