fixed overflowing shopping cart on weird zoom factors
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