Skip to content

Commit

Permalink
Merge pull request #3976 from JoinColony/fix/3658-fix-colonies-lis-ho…
Browse files Browse the repository at this point in the history
…rizontal-scroll

Fix colonies list positioning, height & horizontal scroll
  • Loading branch information
chinins authored Oct 20, 2022
2 parents 9789e7b + 85b99da commit 56146ea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/modules/pages/components/RouteLayouts/Default/Default.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@

.content {
display: flex;
height: 100%;
height: fit-content;
min-height: 100%;
}

.coloniesList {
flex: 0 0 auto;
height: 100%;
width: 60px;
position: fixed;
border-right: 1px solid var(--temp-grey-13);
}

Expand Down

0 comments on commit 56146ea

Please sign in to comment.