This is a migrated thread and some comments may be shown as answers.

Overflow Width

1 Answer 103 Views
Window
This is a migrated thread and some comments may be shown as answers.
Burke
Top achievements
Rank 1
Burke asked on 12 Sep 2011, 10:06 PM
Is there a way to allow the window to overflow it's content on the width?  Setting overlfow: visible doesn't seem to work for me in Chrome.  I have an overlay in the window that needs to extend approximately 100 pixels past the edge of the window.  I don't want the window to expand to fit, I want the content to extend beyond the border.

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 13 Sep 2011, 10:08 AM
Hello Burke,

You can achieve the desired layout with the following CSS rule:

.t-window  div.t-window-content
{
     overflow: visible;
}

Then the Window will overflow, given that you have set explicit width to it and its content does not fit.

Kind regards,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Window
Asked by
Burke
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or