Skip to content

Commit

Permalink
[default-layout] Fix layout issue on narrow viewports
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard authored and rexxars committed Oct 6, 2020
1 parent 253892a commit 1073d36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@sanity/default-layout/src/DefaultLayout.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@
}

.toolContainer {
flex: 1;
min-width: 0;
position: relative;
height: 100%;
margin-top: 0;
Expand All @@ -87,8 +89,6 @@

@media (--screen-medium) {
overflow: auto;
flex: 1;
min-width: 0;
}
}

Expand Down

0 comments on commit 1073d36

Please sign in to comment.