Blazored / Gitter

A Blazor Gitter Client
MIT License
37 stars 14 forks source link

CSS problems on Firefox #29

Open SQL-MisterMagoo opened 5 years ago

SQL-MisterMagoo commented 5 years ago

Firefox is currently Scrollbar City Arizona - need to fix that.

image

chrissainty commented 5 years ago

I'll have a look at what can be done here. The current scrollbar styling is only effective on webkit based browsers. Styling scrollbars seems poorly supported unfortunately.

SQL-MisterMagoo commented 5 years ago

The main problem is on Firefox the main app has scrollbars for some reason. If can at least fix that the styling is what it is on Firefox, I really don't want to do slider scrollbars

chrissainty commented 5 years ago

Yes, I completely agree side scrolling is horrible. I think this is down to some padding or margin maths, I'll work it.