fixed overflowing shopping cart on weird zoom factors

This commit is contained in:
Luca Haid
2024-11-13 15:04:18 +01:00
parent 5230da11bd
commit 78a0019564

View File

@@ -273,6 +273,8 @@ td {
width: 500px; /* Expanded width */
max-width: 85vw;
height: 600px; /* Expanded height */
max-height: 75vh;
overflow: auto;
z-index: 1000;
}