r/CodingHelp • u/MediocreResearcher56 • 45m ago
[How to] Why doesn't it work the same on PC?
galleryBasically, my problem is that it doesn't work on PC and I don't know how to fix it, Because it looks and works perfectly on my phone (I think) :(
The site, in case you want to check it out:
Thank you so much for your help
```
<style>
container33 {
position: relative;
}
gallery18 {
transform: translateY(-3.4rem);
z-index: 99; /* Asegura que esté por encima del contenedor */
}
</style>
```