css - Absolute positioned div at the top of overflow scroll-y div hiding -


i have absolutely positioned div @ top of scrolling div. content of absolutely positioned div partially hidden, due scroll.

is there away around this? z-index doesn't work it, , padding-top can't used.

this image shows top of container, scroll section, , padding added show content box that's being hidden.

enter image description here

.hidden-container{ position: absolute; display: block; top: -111px; left: 182px; z-index: 100; } 


Comments

Popular posts from this blog

gridview - Yii2 DataPorivider $totalSum for a column -

java - Suppress Jboss version details from HTTP error response -

Sass watch command compiles .scss files before full sftp upload -