Fix offset of toast in popups
| @@ -3940,7 +3940,7 @@ grammarly-extension { | |||
| 3940 | 3940 | ||
| 3941 | 3941 | ||
| 3942 | /* Override toastr default styles */ | 3942 | /* Override toastr default styles */ |
| 3943 | body #toast-container { | 3943 | body>#toast-container { |
| 3944 | margin-top: var(--topBarBlockSize); | 3944 | margin-top: var(--topBarBlockSize); |
| 3945 | } | 3945 | } |
| 3946 | 3946 | ||