I would like to hide these two bars (Vertical and Horizontal), set up my .css file with the following definitions, but they are not working:
@charset "UTF-8";
section#conteudo{
width: 1000px;
margin: auto;
}
iframe#frameEspecificacoes{
width: 400px;
height: 280px;
border: none;
overflow: hidden;
}
iframe#frameEspecificacoes::-webkit-scrollbar {
display: none;
}