mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
27 lines
304 B
CSS
27 lines
304 B
CSS
#guidat {
|
|
position: fixed;
|
|
width: 250px;
|
|
z-index: 200;
|
|
top: 0;
|
|
left: 100%;
|
|
margin-left: -270px;
|
|
}
|
|
|
|
#guidat-controllers {
|
|
height: 300px;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
#guidat-toggle {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.guidat-controller {
|
|
clear: both;
|
|
}
|
|
|
|
.guidat-controller input {
|
|
float: right;
|
|
clear: both;
|
|
}
|