mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Merge pull request #7099 from epixa/fixnav
Revert "Merge pull request #6935 from panda01/fix/superTallVis"
This commit is contained in:
commit
b18b1f1a02
4 changed files with 1 additions and 4 deletions
|
@ -147,7 +147,7 @@ dashboard-grid {
|
|||
.panel-content {
|
||||
display: flex;
|
||||
flex: 1 1 100%;
|
||||
height: 100%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
@ -94,7 +94,6 @@ ul.navbar-inline li {
|
|||
.flex-parent(@shrink: 0);
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
max-height: 100%;
|
||||
background-color: @white;
|
||||
}
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@ visualize {
|
|||
overflow: auto;
|
||||
-webkit-transition: opacity 0.01s;
|
||||
transition: opacity 0.01s;
|
||||
max-height: 100%;
|
||||
|
||||
&.spy-only {
|
||||
display: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue