Skip to content

Commit a26ba15

Browse files
committed
fix: toastify styling tweak to allow for clicking on navbar while active notif
1 parent 5241361 commit a26ba15

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
@@ -124,4 +124,9 @@ export const GlobalStyle = createGlobalStyle`
124124
.hiddenCanvasElement{
125125
display: none;
126126
}
127+
128+
[class*="Toastify__toast-container"] {
129+
top: unset;
130+
padding-top: 20px;
131+
}
127132
`;

0 commit comments

Comments
 (0)