We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a81bd5e commit ba8bcbfCopy full SHA for ba8bcbf
components/Generator/styled.js
@@ -88,6 +88,8 @@ export const Bottom = styled(Section)`
88
89
export const Row = styled.div`
90
display: flex;
91
+ position: relative;
92
+ z-index: 20;
93
94
> * {
95
margin: 20px;
0 commit comments