dive icon indicating copy to clipboard operation
dive copied to clipboard

Layers selection area pushes other UI elements offscreen

Open dundir opened this issue 5 years ago • 1 comments

I recently tried this application out with a docker image containing 32 layers.

The Image and Layer Details portion of the screen ends up being cut off at the bottom of the screen making the details unreadable.

dundir avatar Feb 22 '20 10:02 dundir

I think this type of situation happens for me as well for a Docker image that has many layers (e.g., more than 40). Was trying to see the details about wasted space for my case. Ended up using the CI=true dive <your-image> approach from the instructions for now.

summea avatar Mar 15 '21 22:03 summea

Implemented in https://github.com/wagoodman/dive/pull/399

wagoodman avatar Jul 06 '23 15:07 wagoodman