We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01c76f9 commit 5b8089fCopy full SHA for 5b8089f
1 file changed
graphql-usage-ui/src/DetailsPanel.tsx
@@ -22,7 +22,8 @@ const Panel: React.FC = ({ children }) => {
22
height: "100%",
23
marginBottom: "24px",
24
backgroundColor: "#fff",
25
- boxShadow: "0 0 8px rgba(0, 0, 0, 0.15)"
+ boxShadow: "0 0 8px rgba(0, 0, 0, 0.15)",
26
+ overflowY: "scroll"
27
}}
28
>
29
{children}
0 commit comments