UnityFX icon indicating copy to clipboard operation
UnityFX copied to clipboard

List of namespaces is broken - cuts off after 19 items

Open adamgit opened this issue 2 years ago • 0 comments

If you have a really small project, or not much code, you won't notice this.

For all other cases: it's unusable. This template generates a scrollbar on the left-hand panel of http://localhost:8080/api/index.html that cuts off the bottom 2-3 items and makes them inaccessible. The items are in the HTML page source, but this CSS is blocking their display.

I'm not sure what causes it, but looks like there's excessive use of changing overflow and inserting fixed heights, presumably some of those are causing this. Converting it to plain HTML works as expeted.

adamgit avatar Jul 14 '22 21:07 adamgit