fixed recipe card description overlay

This commit is contained in:
vabene1111 2023-12-02 19:28:34 +01:00
parent fd978f9c19
commit 0c381ed46c

View File

@ -250,6 +250,10 @@ export default {
opacity: 1; opacity: 1;
} }
.content:hover .card-img-overlay {
opacity: 0;
}
.content-details { .content-details {
position: absolute; position: absolute;
text-align: center; text-align: center;