|
|
|
|
|
by tauwauwau
1713 days ago
|
|
I haven't used IPFS so I was trying to see what the IPFS image URL would look like but when I tried to inspect the images using (right click -> inspect element), Chrome selects the whole division tab (class=MuiCardContent-root) in the Elements tab in web console.
I found that it's happening because of (style="pointer-events: none;"). When this style attribute is removed from web console, I'm able to inspect individual elements like image, paragraph correctly.
Just out of curiosity, do you know why (style="pointer-events: none;") is used here? |
|
The landing page is a bit of a mess