bruno
bruno copied to clipboard
Cannot cancel request on preview (zIndex issue) #1501
This PR fixes the unclickable "Cancel Request" button issue (#1501). The fix involves adding relative
positioning and a z-index
of 50
to the button using Tailwind CSS classes, ensuring it appears above other elements and is clickable.