Fix offset of toast in popups

This commit is contained in:
Cohee
2025-05-24 01:16:28 +03:00
parent 5359c76923
commit 2a7a8cab11

View File

@@ -3940,7 +3940,7 @@ grammarly-extension {
/* Override toastr default styles */
body #toast-container {
body>#toast-container {
margin-top: var(--topBarBlockSize);
}