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 5e4ecb0 commit d484667Copy full SHA for d484667
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