danroth27 / BlazorWeather

Blazor Weather
https://aka.ms/blazorweather
MIT License
247 stars 57 forks source link

Avoid "float" positioning to fix pin #3

Closed SteveSandersonMS closed 5 years ago

SteveSandersonMS commented 5 years ago

The CSS was using float: right which is notoriously quirky. Flexbox would be better, but in this case relative+absolute positioning is sufficient.