Added overlay for creating own product feedback and ratings

This commit is contained in:
Paul Eisenbock 2026-03-10 21:49:45 +01:00
parent 1b2b2b0833
commit 91deaab270
2 changed files with 7 additions and 2 deletions

View File

@ -711,3 +711,4 @@
align-self: flex-start; /* Button bleibt linksbündig und wird nicht über die ganze Breite gestreckt */
padding: 0.8rem 2.5rem;
}

View File

@ -411,3 +411,7 @@ $productId = isset($_GET['id']) ? (int)$_GET['id'] : 0;
<?php endif; ?>
<?php include 'footer.php'; ?>