Skip to content

Commit d1e9030

Browse files
committed
inject style at top
1 parent 5a0ea90 commit d1e9030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundle/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ import css from '@activewidgets/datagrid/style';
33
import styleInject from 'style-inject';
44
export * from '../js/index.js';
55

6-
styleInject(css);
6+
styleInject(css, {insertAt: 'top'});
77

0 commit comments

Comments
 (0)