mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
23 lines
380 B
CSS
23 lines
380 B
CSS
#guidat {
|
|
position: absolute;
|
|
border: 1px solid red;
|
|
width: 300px;
|
|
z-index: 200;
|
|
top: 0;
|
|
left: 100%;
|
|
margin-left: -320px;
|
|
-moz-transition: margin-top .2s ease-out;
|
|
-webkit-transition: margin-top .2s ease-out;
|
|
transition: margin-top .2s ease-out;
|
|
}
|
|
|
|
#guidat-controllers {
|
|
height: 300px;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
#guidat-toggle {
|
|
text-align: center;
|
|
display: block;
|
|
padding: 5px;
|
|
} |