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 5a0ea90 commit d1e9030Copy full SHA for d1e9030
bundle/index.js
@@ -3,5 +3,5 @@ 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'});
7
0 commit comments