Skip to content

Commit

Permalink
Removed useless scrollbar when records are empty
Browse files Browse the repository at this point in the history
  • Loading branch information
nt1m committed Oct 19, 2014
1 parent a68213c commit 556dec7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ html, body {
}

body {
display: flex;
flex-flow: column;
display: flex;
flex-flow: column;
}

.toolbar {
Expand Down Expand Up @@ -52,7 +52,7 @@ body {

.records {
flex-grow: 1;
overflow-y: scroll;
overflow-y: auto;
overflow-x: hidden;
padding: 0;
margin: 0;
Expand Down

0 comments on commit 556dec7

Please sign in to comment.