rakion99 / shelter-editor

FO Shelter Save Editor Free and Open source for Every one
https://rakion99.github.io/shelter-editor/
GNU Affero General Public License v3.0
180 stars 59 forks source link

'Other' tab has no scrolling overflow #18

Open i0brendan0 opened 4 years ago

i0brendan0 commented 4 years ago

Checking in inspector, the other tabs show a "scroll" icon next to the left-side box data. The 'Other' tab does not. This means any amount larger than what would show normally cannot be selected.

peter3 commented 5 months ago

the problem is that the .Others class is missing. It should look something like this:

.Others {
    overflow-y:scroll;
    height:100%;
}