Blazored / Toast

A JavaScript free toast library for Blazor and Razor Component applications
https://blazored.github.io/Toast/
MIT License
663 stars 92 forks source link

[Question] How to get Safari to load CSS? #112

Closed KrylixZA closed 3 years ago

KrylixZA commented 3 years ago

Hey all 😊 I have just started my first application with Blazor WebAssembly. I am developing on a M1 MacBook Air and use Safari as my default browser on macOS Big Sur 11.2.3.

When I run my application in Safari and display a toast message, the toast appears at the top of my screen as follows:

image

However, when I use a Chromium based browser (in my case Edge), the toast works exactly as designed:

image

I'm wondering if this is a Safari thing, CSS thing, or maybe a "problem exists between keyboard and chair" issue? Does anybody know?

Thanks in advance!

KrylixZA commented 3 years ago

Hi. Closing as this appears to work now. I didn't change much but it could have possibly been caching. Thanks for the awesome library!