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 a596f10 commit b8d1f52Copy full SHA for b8d1f52
web/src/styles/global-style.ts
@@ -116,4 +116,9 @@ export const GlobalStyle = createGlobalStyle`
116
--os-handle-bg-hover: ${({ theme }) => theme.secondaryPurple};
117
--os-handle-bg-active: ${({ theme }) => theme.lavenderPurple};
118
}
119
+
120
+ [class*="Toastify__toast-container"] {
121
+ top: unset;
122
+ padding-top: 20px !important;
123
+ }
124
`;
0 commit comments