Skip to content

Commit

Permalink
Merge pull request #52 from istresearch/P4-1596
Browse files Browse the repository at this point in the history
P4-1596 - Fixed FF scroll bug
  • Loading branch information
andrewkcarter committed Jun 4, 2020
2 parents 3f0e928 + 855446f commit 827c852
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -7,6 +7,7 @@ export default function(kibana) {
'plugins/kibana_object_format/hacks/field_mapper_hack',
'plugins/kibana_object_format/hacks/custom_filter_bootstrap',
'plugins/kibana_object_format/hacks/object_filter',
'plugins/kibana_object_format/hacks/scroll_bug',
],
fieldFormats: ['plugins/kibana_object_format/field_formats/object/register'],
uiSettingDefaults: {
Expand Down
1 change: 1 addition & 0 deletions public/hacks/scroll_bug/index.js
@@ -0,0 +1 @@
import './scroll_bug.less';
5 changes: 5 additions & 0 deletions public/hacks/scroll_bug/scroll_bug.less
@@ -0,0 +1,5 @@
@-moz-document url-prefix() {
.euiBody-hasPortalContent {
position: static !important;
}
}

0 comments on commit 827c852

Please sign in to comment.