We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 245072f commit 191deeaCopy full SHA for 191deea
inst/www/shared/shiny.js
@@ -1224,6 +1224,8 @@
1224
searchInputs.keyup(debounce(data.searchDelay, function() {
1225
oTable.fnFilter(this.value, searchInputs.index(this));
1226
}));
1227
+ // FIXME: ugly scrollbars in tab panels b/c Bootstrap uses 'visible: auto'
1228
+ $el.parents('.tab-content').css('overflow', 'visible');
1229
}
1230
});
1231
outputBindings.register(datatableOutputBinding, 'shiny.datatableOutput');
0 commit comments