0
When I drag the dialog to the ends of the page, bottom or right it pops the screen, as if it were outside of html, how can I stop it from going over the ends of the page? put the overflow: hidden;
but it does not prevent
0
When I drag the dialog to the ends of the page, bottom or right it pops the screen, as if it were outside of html, how can I stop it from going over the ends of the page? put the overflow: hidden;
but it does not prevent
Browser other questions tagged html css jquery-ui
You are not signed in. Login or sign up in order to post.
overflow:Hidden will actually hide the element that exceeds the father’s size.
– hugocsl
can post the codes?
– Julio Henrique