mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
Fixes scroll issue which throws off color picker in chrome
This commit is contained in:
parent
2659494a80
commit
afc9cf2322
@ -136,6 +136,8 @@ $input-color: lighten($background-color, 8.5%);
|
||||
|
||||
&.color {
|
||||
border-left: 3px solid;
|
||||
position: relative;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
&.function {
|
||||
|
Loading…
Reference in New Issue
Block a user