bernhard-42 / three-cad-viewer

A CAD viewer component based on three.js
MIT License
158 stars 28 forks source link

Items in More dropdown menu might be truncated #8

Closed roipoussiere closed 1 year ago

roipoussiere commented 1 year ago

This appens when the window width roughly fits the toolbar width:

image

I think it could be fixed if the menu is aligned to the right of the More button.

bernhard-42 commented 1 year ago

Aligning to the right will make the dropdown overlap with the orientation buttons. Looks pretty ugly.

image

I would recommend to set a minimum width. In glass mode 685px works pretty well.

bernhard-42 commented 1 year ago

Closing, won't fix