More size for Product View

This commit is contained in:
Belen Curcio
2020-10-20 15:46:53 -03:00
parent 5312f9e1f3
commit fd6619e6ef
7 changed files with 66 additions and 45 deletions

View File

@@ -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 {