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 | ||
| @@ -6149,4 +6149,4 @@ body:not(.movingUI) .drawer-content.maximized { | |||
| 6149 | .info-block.error { | 6149 | .info-block.error { |
| 6150 | border-color: var(--error-color, #e87f7f); | 6150 | border-color: var(--error-color, #e87f7f); |
| 6151 | background-color: rgba(241, 163, 163, 0.2); | 6151 | background-color: rgba(241, 163, 163, 0.2); |
| 6152 | } | ||
| 6152 | \ No newline at end of file | \ No newline at end of file | |
| 6152 | } | ||