I want the mobile menu to be black, with height
complete.
Here is my code:
#sidebar {
position:fixed;
top:0px;
right:0px;
width:45%;
height:100%;
background:#1a1a1a;
text-align:center;
transform-origin:right;
transform:perspective(1200px) rotateY(90deg);
transition:all 400ms ease;
z-index: 2000;
font-family:'Lora', serif;
Here is the website if you need to: link