Feature/warehouse improvements

This commit is contained in:
Luca Haid
2024-07-24 14:16:54 +00:00
parent 9aafa93bc9
commit c3f949e1ac
7 changed files with 54 additions and 16 deletions
@@ -261,7 +261,7 @@ td {
.expanded {
width: 500px; /* Expanded width */
height: 600px; /* Expanded height */
z-index: 999999999999999;
z-index: 1000;
}
.toggle-button {
@@ -323,8 +323,8 @@ td {
.tt-expandable-shopping-cart.expanded .cart-count {
position: unset !important;
width: 21px;
height: 21px;
width: 18px;
height: 18px;
grid-column-start: 3;
}