Skip to content

Commit

Permalink
Merge pull request #11469 from storybookjs/fix-sidebar-tooltip-alignment
Browse files Browse the repository at this point in the history
UI: Fix menu alignment regression
  • Loading branch information
shilman authored Jul 10, 2020
2 parents 297b024 + 23f3356 commit b2794fe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/ui/src/components/sidebar/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ export const MenuItemIcon = ({ icon, imgSrc }: ListItemIconProps) => {
};

const MenuButton = styled(Button)<MenuButtonProps>(({ highlighted, theme }) => ({
position: 'absolute',
right: 0,
top: 0,
position: 'relative',
overflow: 'visible',
padding: 7,

Expand Down

0 comments on commit b2794fe

Please sign in to comment.