ajanata / PretendYoureXyzzy

A web clone of the card game Cards Against Humanity.
https://pretendyoure.xyz/zy
BSD 2-Clause "Simplified" License
1.22k stars 397 forks source link

Add Scrollbar to lower area if necessary #167

Closed GladOSkar closed 6 years ago

GladOSkar commented 6 years ago

Fixes #93

ajanata commented 6 years ago

So the problem with just doing this is that we end up with a second scroll bar on the chat tabs, as well as the chat text overlapping the tab bar slightly. And it even results in a horizontal scrollbar on the chat tabs, somehow.

GladOSkar commented 6 years ago

You are right, i did not look at the chat view. Now, the scrollbar is in the tabs and not over the whole tab view, which is better anyway and works like a charm.

Cheers

ajanata commented 6 years ago

Now with that change, I didn't notice anything different at all. I suspect because nothing has both of those classes at the same time. I tried a couple variations on that, but nothing made it better (only worse).

It did prompt me to play around with what I had a bit more, though, and I came up with b20562d6, which mostly works even if it is a dumb hack (like everything else is for resize).