Skip to content

Commit

Permalink
More correct styles for popover-x positioning behind BS navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Jan 8, 2017
1 parent a457ec2 commit ce16571
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion js/bootstrap-popover-x.js
Expand Up @@ -147,7 +147,6 @@
if (!self.$body || !self.$body.length) {
self.$body = $(document.body);
}
addCss(self.$body, 'popover-x-body');
self.$target = self.options.$target;
self.$marker = $(document.createElement('div')).addClass('popover-x-marker').insertAfter($dialog).hide();
if ($dialog.find('.popover-footer').length) {
Expand Down
2 changes: 1 addition & 1 deletion js/bootstrap-popover-x.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ce16571

Please sign in to comment.