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 ddd0e0b commit 57989bdCopy full SHA for 57989bd
bundle/index.js
@@ -3,4 +3,4 @@ import css from '@activewidgets/datagrid/style';
3
import styleInject from 'style-inject';
4
export * from '../js/index.js';
5
6
-styleInject(css);
+styleInject(css, {insertAt: 'top'});
0 commit comments