Skip to content

Commit

Permalink
fix: remove nested vertical scrolling in Contacts grid
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Lukashov committed Nov 30, 2020
1 parent 448f41b commit f36686c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/components/list-view/list-view.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
:host {
display: flex;
flex-direction: column;
display: block;
width: 100%;
height: 100%;
padding: var(--lumo-space-m);
}

.wrapper {
height: 100%;
display: flex;
flex-direction: column;
}

.toolbar > * {
Expand Down

0 comments on commit f36686c

Please sign in to comment.