This commit is contained in:
@@ -49,9 +49,10 @@ const { currentVariantImages } = useCurrentProduct()
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
|
||||
&__model {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 10px;
|
||||
position: fixed;
|
||||
top: calc(10px + 54px);
|
||||
right: calc(10px + 350px);
|
||||
z-index: 1000;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user