Skip to content

Commit

Permalink
Merge pull request #6935 from panda01/fix/superTallVis
Browse files Browse the repository at this point in the history
Dashboard legend height problems
  • Loading branch information
w33ble committed Apr 27, 2016
2 parents 855faff + aaa83c2 commit 1d9a008
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/kibana/public/dashboard/styles/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ dashboard-grid {
.panel-content {
display: flex;
flex: 1 1 100%;
height: auto;
height: 100%;
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ body { overflow-x: hidden; }
&.hidden-chrome { left: 0; }
&-panel {
.flex-parent(@shrink: 0);
height: 100%;
box-shadow: -4px 0px 3px rgba(0,0,0,0.2);
}

Expand Down
1 change: 1 addition & 0 deletions src/ui/public/styles/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ ul.navbar-inline li {
.flex-parent(@shrink: 0);
position: relative;
z-index: 0;
max-height: 100%;
background-color: @white;
}

Expand Down
1 change: 1 addition & 0 deletions src/ui/public/visualize/visualize.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ visualize {
overflow: auto;
-webkit-transition: opacity 0.01s;
transition: opacity 0.01s;
max-height: 100%;

&.spy-only {
display: none;
Expand Down

0 comments on commit 1d9a008

Please sign in to comment.