Skip to content

Commit

Permalink
Merge pull request #39 from entando/ENG-4106
Browse files Browse the repository at this point in the history
ENG-4106 Fix administration menu item not displaying properly on smal…
  • Loading branch information
Dv92 authored Sep 13, 2022
2 parents 39828fa + 490afda commit 25c6baf
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ const StyledListGroupItem = styled.li<ListGroupItemProps>`
${({ fixBottom }) =>
fixBottom
? `
position: fixed;
bottom: 64px;
left: 0;
@media (min-height: 636px) {
position: fixed;
bottom: 64px;
left: 0;
}
`
: ''}
Expand Down

0 comments on commit 25c6baf

Please sign in to comment.