Skip to content

Commit ba8bcbf

Browse files
author
Vincenius
committed
fix z-index bug
1 parent a81bd5e commit ba8bcbf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/Generator/styled.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ export const Bottom = styled(Section)`
8888

8989
export const Row = styled.div`
9090
display: flex;
91+
position: relative;
92+
z-index: 20;
9193
9294
> * {
9395
margin: 20px;

0 commit comments

Comments
 (0)