Skip to content

Commit b8d1f52

Browse files
committed
fix: toastify fix
1 parent a596f10 commit b8d1f52

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

web/src/styles/global-style.ts

Lines changed: 5 additions & 0 deletions
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)