@use "../base"; #overlay { position:absolute; left:0px; height: 100%; display:none; opacity:0.5; background-color:#AAAAAA; z-index: 1000; } .pulldown { position: absolute; width: 250px; height: 400px; background-color: #191919; top:0px; left:50%; transform:translateX(-50%); @media screen and (max-width: 400px) { width: 100%; height: 100%; } z-index: 1001; }