CSS fazem div em cima de tudo
.floatAboveEverything {
z-index: 1000; // or any value higher than your other elements
position: absolute;
}
Puppy Cat
.floatAboveEverything {
z-index: 1000; // or any value higher than your other elements
position: absolute;
}