mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
More size for Product View
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
.root {
|
||||
@apply relative w-full h-full;
|
||||
overflow-y: hidden;
|
||||
|
||||
& > div {
|
||||
overflow: visible !important;
|
||||
}
|
||||
}
|
||||
|
||||
.rootPanel {
|
||||
@apply absolute flex flex-row inset-0 z-20 overflow-hidden;
|
||||
@apply absolute flex flex-row inset-0 z-20 m-20;
|
||||
}
|
||||
|
||||
.leftPanel {
|
||||
|
Reference in New Issue
Block a user