Skip to content

Commit c1bf20a

Browse files
committed
chore: important in padding top
1 parent f7f14ed commit c1bf20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/styles/global-style.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,6 @@ export const GlobalStyle = createGlobalStyle`
127127
128128
[class*="Toastify__toast-container"] {
129129
top: unset;
130-
padding-top: 20px;
130+
padding-top: 20px !important;
131131
}
132132
`;

0 commit comments

Comments
 (0)