CSS hace que Div encima de todo
.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;
}