Skip to content

Commit

Permalink
[desk-tool] Force auto height on ListView on mobile (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristoffer J. Sivertsen authored and bjoerge committed Mar 15, 2018
1 parent 477f012 commit b500a84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/@sanity/desk-tool/src/pane/styles/ListView.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@
.scroll {
composes: lightScrollbars from "part:@sanity/base/theme/layout/scrolling-style";
composes: scrollY from "part:@sanity/base/theme/layout/scrolling-style";

@media (--max-screen-medium) {
height: auto !important;
}
}

0 comments on commit b500a84

Please sign in to comment.