We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e63dbb commit e6ca5faCopy full SHA for e6ca5fa
src/ui/public/chrome/directives/kbn_chrome.less
@@ -2,7 +2,10 @@
2
@import (reference) "~ui/styles/mixins";
3
@import (reference) "~ui/styles/variables";
4
5
-body { overflow-x: hidden; }
+body {
6
+ overflow-x: hidden;
7
+ min-height: 100%;
8
+}
9
10
.app-wrapper {
11
.real-flex-parent();
src/ui/public/styles/base.less
@@ -6,14 +6,6 @@
@import "./react-select";
@import "./pui_react";
-/**
- * 1. Prevent flickering of gauge visualization when tooltip is opened.
- * https://github.com/elastic/kibana/pull/17227
12
- */
13
-.euiBody-hasToolTip {
14
- position: static !important; /* 1 */
15
-}
16
-
17
.small {
18
font-size: 0.9em !important;
19
}
0 commit comments