From 2a7a8cab11bd49facda59f6fbc3a7af431e297dc Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sat, 24 May 2025 01:16:28 +0300 Subject: [PATCH] Fix offset of toast in popups --- public/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/style.css b/public/style.css index 92d807007..6d2c04c92 100644 --- a/public/style.css +++ b/public/style.css @@ -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); -} \ No newline at end of file +}