I have a parent div inside that we have a ul element as a child. please find the css code below: #mainmenu { float: left; display: block; position: sticky; left: auto; z-index: 950; -webkit-user-select: none; user-select: none; min-height: 100vh; max-height: 100%; background: black; width: 50px; } #mainmenu input:checked ~ ul { transform: none; background: black; […]