|
@@ -114,11 +114,18 @@
|
|
|
left: 0px;
|
|
left: 0px;
|
|
|
right: 0px;
|
|
right: 0px;
|
|
|
top: 54px;
|
|
top: 54px;
|
|
|
- bottom: 0px;
|
|
|
|
|
|
|
+ height: 100%;
|
|
|
padding: 0 10px;
|
|
padding: 0 10px;
|
|
|
background: @kibanaPanelBackground;
|
|
background: @kibanaPanelBackground;
|
|
|
|
|
+ overflow-y: scroll;
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+
|
|
|
|
|
+ .panel-content {
|
|
|
|
|
+ padding-bottom: 130px;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+
|
|
|
.dashboard-fullscreen .container-fluid.main {
|
|
.dashboard-fullscreen .container-fluid.main {
|
|
|
height: 0px;
|
|
height: 0px;
|
|
|
width: 0px;
|
|
width: 0px;
|
|
@@ -246,6 +253,11 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+// fix for fixed positioned panel & scrolling
|
|
|
|
|
+.grafana-segment-dropdown-menu {
|
|
|
|
|
+ margin-bottom: 70px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
.grafana-target-segment {
|
|
.grafana-target-segment {
|
|
|
padding: 5px 7px;
|
|
padding: 5px 7px;
|
|
|
display: inline-block;
|
|
display: inline-block;
|