mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
Oops, meant to be prepending that style sheet
This commit is contained in:
parent
5c709ec018
commit
60d2a580e3
@ -466,7 +466,7 @@ DAT.GUI = function(parameters) {
|
||||
var styleSheet = document.createElement('style');
|
||||
styleSheet.setAttribute('type', 'text/css');
|
||||
styleSheet.innerHTML = DAT.GUI.inlineCSS;
|
||||
document.head.appendChild(styleSheet);
|
||||
document.head.insertBefore(styleSheet, document.head.firstChild);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user