We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac69981 commit baa1b79Copy full SHA for baa1b79
src/controls.ts
@@ -218,6 +218,9 @@ export class URDFControls extends GUI {
218
219
/**
220
* Sets up panel resizing functionality
221
+ * @param minWidth - Minimum width of the panel
222
+ * @param maxWidth - Maximum width of the panel
223
+ * @param grabZoneWidth - Width of the area where the mouse can be clicked
224
*/
225
private _setupResizeHandling(options: {
226
minWidth: number;
style/base.css
@@ -144,6 +144,6 @@
144
/* Style for Dat.GUI's close button */
145
.urdf-gui .close-button {
146
width: 100% !important;
147
- color: white !important; /* This doesn't used a predefined color */
+ color: white !important;
148
position: absolute;
149
}
0 commit comments