CSS fait div au-dessus de tout
.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;
}