Skip to content

Commit 269b145

Browse files
authored
Merge pull request #1897 from kleros/fix/react-toast
fix: toastify styling tweak to allow for clicking on navbar while act…
2 parents 5241361 + c1bf20a commit 269b145

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

web/src/components/Field.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ const LinkContainer = styled.div`
6767
const StyledInternalLink = styled(InternalLink)`
6868
text-wrap: auto;
6969
justify-content: end;
70+
line-height: 1.25;
7071
`;
7172

7273
type FieldContainerProps = {

web/src/styles/global-style.ts

+5
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 !important;
131+
}
127132
`;

0 commit comments

Comments
 (0)