mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
fix: Color selector layout issue #73
This commit is contained in:
parent
91272edb07
commit
f741e650c9
@ -114,9 +114,11 @@ class ColorController extends Controller {
|
|||||||
common.extend(this.__hue_field.style, {
|
common.extend(this.__hue_field.style, {
|
||||||
width: '15px',
|
width: '15px',
|
||||||
height: '100px',
|
height: '100px',
|
||||||
display: 'inline-block',
|
|
||||||
border: '1px solid #555',
|
border: '1px solid #555',
|
||||||
cursor: 'ns-resize'
|
cursor: 'ns-resize',
|
||||||
|
position: 'absolute',
|
||||||
|
top: '3px',
|
||||||
|
right: '3px'
|
||||||
});
|
});
|
||||||
|
|
||||||
hueGradient(this.__hue_field);
|
hueGradient(this.__hue_field);
|
||||||
|
Loading…
Reference in New Issue
Block a user