This commit is contained in:
2024-02-01 15:30:22 +01:00
parent b43f678882
commit 7a9109a4cb
9 changed files with 172 additions and 13 deletions

View File

@@ -67,7 +67,7 @@
cursor: pointer;
right: 5px;
bottom: 100px;
z-index: 999;
z-index: 98;
}
@@ -86,14 +86,14 @@
.img-carrito:hover ~ .desplegable-carrito{
display:block;
opacity: 1;
z-index: 999;
z-index: 98;
}
.cestaCompra:hover > .desplegable-carrito{
display:block;
opacity: 1;
z-index: 999;
z-index: 98;
background-color: white;
}
.cestaCompra:hover > .img-carrito{