We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d87051 commit 8289b65Copy full SHA for 8289b65
autogpt_platform/frontend/src/components/molecules/Toast/styles.module.css
@@ -39,7 +39,7 @@ html body .toastDescription {
39
}
40
41
/* Position close button on the right */
42
-html body [data-sonner-toast] [data-close-button] {
+:global(html body [data-sonner-toast] [data-close-button="true"]) {
43
left: unset !important;
44
right: -18px !important;
45
top: -3px !important;
0 commit comments