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
Line $('.toast:not(:first-child)').remove(); added to base.html template into block of toasts JS logic. This ensures all previous toastes are cleared before new one attached.
Describe the bug :
Vault toasts are stacking on top of each other in Y axle even if the previous toasts are hidden.
To Reproduce :
Expected behavior :
Toast messages have static poition defined in
main.css
Screenshots :
Devices :
All devices.
Additional context :
Possible JS toast problem.
The text was updated successfully, but these errors were encountered: