1
I want the mobile menu the background of it black, stay 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’s the website if you need it: http://lancamento.99gourmet.com.br/
Do not put the title in high box. What do you mean by
height
full ? That the height of the menu does not exceed the height of the page ?– Isac
I could not open the site, and without HTML to see the problem is more complicated.
– guastallaigor