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);
}
@@ -6149,4 +6149,4 @@ body:not(.movingUI) .drawer-content.maximized {
.info-block.error {
border-color: var(--error-color, #e87f7f);
background-color: rgba(241, 163, 163, 0.2);
}
}