User Select disabled, plus hidding horizontal scroll bars

This commit is contained in:
Bel Curcio
2021-06-04 17:54:39 -03:00
parent f557274f62
commit 1699254288
3 changed files with 12 additions and 5 deletions

View File

@@ -155,7 +155,9 @@ const ProductView: FC<Props> = ({ product, relatedProducts }) => {
</section>
<div className="flex flex-row justify-between items-center">
<Rating value={2} />
<div className="text-accent-6 pr-1">36 reviews</div>
<div className="text-accent-6 pr-1 font-medium select-none">
36 reviews
</div>
</div>
<div>
<Button