Merge pull request #7099 from epixa/fixnav

Revert "Merge pull request #6935 from panda01/fix/superTallVis"
This commit is contained in:
Shaunak Kashyap 2016-04-29 14:26:13 -07:00
commit b18b1f1a02
4 changed files with 1 additions and 4 deletions

View file

@ -147,7 +147,7 @@ dashboard-grid {
.panel-content {
display: flex;
flex: 1 1 100%;
height: 100%;
height: auto;
}
}
}

View file

@ -58,7 +58,6 @@ 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);
}

View file

@ -94,7 +94,6 @@ ul.navbar-inline li {
.flex-parent(@shrink: 0);
position: relative;
z-index: 0;
max-height: 100%;
background-color: @white;
}

View file

@ -20,7 +20,6 @@ visualize {
overflow: auto;
-webkit-transition: opacity 0.01s;
transition: opacity 0.01s;
max-height: 100%;
&.spy-only {
display: none;