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:
@@ -273,6 +273,8 @@ td {
|
||||
width: 500px; /* Expanded width */
|
||||
max-width: 85vw;
|
||||
height: 600px; /* Expanded height */
|
||||
max-height: 75vh;
|
||||
overflow: auto;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user