You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a notice is triggered by javascript and inserted somewhere in the page outside of your current viewport then you can't see it. For instance, you click a submit button and JS validation is done and the notice is inserted at the top of main content. Would be nice to have a "position: fixed;" option for notice... possibly change ".overlay" to have position:fixed ?
The text was updated successfully, but these errors were encountered:
If a notice is triggered by javascript and inserted somewhere in the page outside of your current viewport then you can't see it. For instance, you click a submit button and JS validation is done and the notice is inserted at the top of main content. Would be nice to have a "position: fixed;" option for notice... possibly change ".overlay" to have position:fixed ?
The text was updated successfully, but these errors were encountered: