Skip to content

Instantly share code, notes, and snippets.

@nubunto
Created September 8, 2016 13:07
Show Gist options
  • Save nubunto/72540624e9889b540ba8eca62eaf29ad to your computer and use it in GitHub Desktop.
Save nubunto/72540624e9889b540ba8eca62eaf29ad to your computer and use it in GitHub Desktop.
Style to fix Kibana
/* Kibana typeahead is fucked up in Chrome since the lastest update, so this should fix it. */
/* Stylish chrome app URL: https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe/related */
/* typeahead css (courtesy from Gareth) */
@-moz-document domain("logs.thermeon.eu") {
.typeahead .typeahead-items {
top: 32px;
}
}
/* if you're not on mozilla, you should add "URLs on this domain" on Stylish and add this CSS: */
.typeahead .typeahead-items {
top: 32px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment