Merge branch 'bugfix/warehouse-e-shop-shopping-cart' into 'master'

fixed overflowing shopping cart on weird zoom factors

See merge request fronk/thetool!729
This commit is contained in:
Luca Haid
2024-11-13 14:04:36 +00:00

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;
}