开发者

let the list cross the div border

开发者 https://www.devze.com 2023-03-06 22:48 出处:网络
I have a div开发者_JS百科 with overflow: auto;. Inside the div there is a listthat cross the border of the div and remain partially hidden.

I have a div开发者_JS百科 with overflow: auto;.

Inside the div there is a listthat cross the border of the div and remain partially hidden.

Here s an image:

let the list cross the div border

In jsfiddle.net/GQSFH/1 I need that all of the list structure will be visible.

I would like to show the whole list. How can I do it?


Use overflow:visible or on your parent element/container set a height to adjust according to the selection box height.

0

精彩评论

暂无评论...
验证码 换一张
取 消