Window header overflow - problem

I noticed that if in a resizable window (in which a title has been inserted in the header) the width is reduced to less than the size of the title, it goes out of the window and drawed into the section below. This what happens if there are also icons. How can I remedy this situation?

tks in advance

The problem, is confirmed and sent to the dev team.
As a workaround please, try to add the following css on your page:

		<style>
			.dhx_toolbar{
				overflow:hidden;
			}
			</style>

we have fixed that problem in the dhtmlxSuite 7.0.
Now, it should work correctly:
https://docs.dhtmlx.com/suite/samples/window/02_configuration/04_resizable.html

1 Like