Skip to content

Commit b983026

Browse files
authored
Merge pull request #73 from kleros/fix/toastify-fix
fix: toastify fix
2 parents a596f10 + b8d1f52 commit b983026

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

web/src/styles/global-style.ts

+5
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,9 @@ export const GlobalStyle = createGlobalStyle`
116116
--os-handle-bg-hover: ${({ theme }) => theme.secondaryPurple};
117117
--os-handle-bg-active: ${({ theme }) => theme.lavenderPurple};
118118
}
119+
120+
[class*="Toastify__toast-container"] {
121+
top: unset;
122+
padding-top: 20px !important;
123+
}
119124
`;

0 commit comments

Comments
 (0)