denoland / website_feedback

For reporting issues & suggestions for deno.com and deno.land
9 stars 1 forks source link

[UI issue] Docs button on Deploy page is partially obstructed #61

Open littletof opened 7 months ago

littletof commented 7 months ago

Problem

On the Deno deploy page, the Docs button - when page is rendered in md size - is partially obstructed by the backdrop image and is not clickable on the part that is inside the dashed rectangle.

image

Fix suggestion

pointer-events: none on the div that contains that image solves the issue.