Skip to content

Commit 865ee8a

Browse files
committed
latest build
1 parent 566bc2d commit 865ee8a

File tree

4 files changed

+105
-70
lines changed

4 files changed

+105
-70
lines changed

build/dat.gui.css

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
/** Controller-half (right) */
1111
/** Controller placement */
1212
/** Shorter number boxes when slider is present. */
13-
/** Ensure the entire boolean and function row shows a hand */ }
13+
/** Ensure the entire boolean and function row shows a hand */
14+
/** allow overflow for color selector */ }
1415
.dg ul {
1516
list-style: none;
1617
margin: 0;
@@ -66,7 +67,7 @@
6667
.dg.a {
6768
float: right;
6869
margin-right: 15px;
69-
overflow-x: hidden; }
70+
overflow-y: visible; }
7071
.dg.a.has-save > ul.close-top {
7172
margin-top: 0; }
7273
.dg.a.has-save > ul.close-bottom {
@@ -93,7 +94,6 @@
9394
cursor: auto;
9495
height: 27px;
9596
line-height: 27px;
96-
overflow: visible;
9797
padding: 0 4px 0 5px; }
9898
.dg li.folder {
9999
padding: 0;
@@ -110,7 +110,8 @@
110110
.dg .cr {
111111
clear: both;
112112
padding-left: 3px;
113-
height: 27px; }
113+
height: 27px;
114+
overflow: hidden; }
114115
.dg .property-name {
115116
cursor: default;
116117
float: left;
@@ -151,6 +152,8 @@
151152
.dg .cr.boolean,
152153
.dg .cr.boolean * {
153154
cursor: pointer; }
155+
.dg .cr.color {
156+
overflow: visible; }
154157
.dg .selector {
155158
display: none;
156159
position: absolute;

0 commit comments

Comments
 (0)