You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: