Skip to content

Commit

Permalink
fix(ui-contract-editor): styling dropdown - #278 (#304)
Browse files Browse the repository at this point in the history
Signed-off-by: d-e-v-esh <[email protected]>
  • Loading branch information
d-e-v-esh committed Mar 15, 2021
1 parent 57d3a82 commit f909ac8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const Menu = styled.div`
position: sticky;
top: 0;
width: 100%;
z-index: 10;
min-width: 600px;
background-color: #FFF;
padding: 15px 15px 5px 15px;
Expand All @@ -19,7 +20,6 @@ const Menu = styled.div`
& > * + * {
margin-left: 15px;
}
};
`;

const ToolbarMenu = React.forwardRef(
Expand Down

0 comments on commit f909ac8

Please sign in to comment.