solana-labs / explorer

Explorer for Solana clusters
https://explorer.solana.com
MIT License
217 stars 280 forks source link

Responsive Design Issue: Block Details Overflow on Mobile in Solana Explorer #370

Open conveyGhost opened 2 weeks ago

conveyGhost commented 2 weeks ago

Describe the bug There is an overflow issue in the blocks information section when viewing the Solana Explorer on a mobile device. The data within the 'Overview' section is not properly contained within the screen boundaries, causing it to overflow horizontally. This affects readability and user experience, as users have to scroll sideways to view all the information.

To Reproduce Steps to reproduce the behavior:

  1. Go to the Solana Explorer on a mobile device.
  2. Navigate to the 'Overview' section of any block (e.g., by searching for a specific block or using the block navigation).
  3. Scroll horizontally in the 'Overview' section.
  4. Notice that the information overflows and is not fully visible without horizontal scrolling.

Example Links

Expected behavior The block information in the 'Overview' section should be responsive and fit within the screen boundaries on mobile devices. There should be no horizontal scrolling needed to view all the information.