Skip to content

Commit 3fa6ef5

Browse files
authored
Merge pull request #106 from kleros/fix/toastify-fix
fix: toastify fix
2 parents 64ecc14 + d0ec9ff commit 3fa6ef5

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
@@ -121,4 +121,9 @@ export const GlobalStyle = createGlobalStyle`
121121
.hiddenCanvasElement{
122122
display: none;
123123
}
124+
125+
[class*="Toastify__toast-container"] {
126+
top: unset;
127+
padding-top: 20px !important;
128+
}
124129
`;

0 commit comments

Comments
 (0)