feat: enhance cart layout and styling for improved user experience
This commit is contained in:
@@ -2,12 +2,14 @@
|
||||
display: block;
|
||||
width: 100%;
|
||||
max-width: 370px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.cart {
|
||||
display: grid;
|
||||
gap: 0.75rem;
|
||||
grid-template-rows: auto minmax(0, 1fr) auto;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
color: #666666;
|
||||
border-radius: 0;
|
||||
overflow: hidden;
|
||||
@@ -48,7 +50,7 @@
|
||||
&__items {
|
||||
display: grid;
|
||||
gap: 8px;
|
||||
max-height: 254px;
|
||||
min-height: 0;
|
||||
padding: 0 0 0 24px;
|
||||
overflow-y: auto;
|
||||
scrollbar-color: #d5d5d5 transparent;
|
||||
|
||||
Reference in New Issue
Block a user