Posts by feghizzi • 23 points
2 posts
-
0
votes1
answer180
viewsA: Put Scroll when it’s on fullscreen
.page { overflow: scroll; width: 100% height: 100% margin: 0 auto; } <div id="meio" class="page"> ## CONTEUDO ## </div> try now
-
2
votes1
answer138
viewsQ: Remove magnifying glass from search in Webkit
how to remove this blue magnifying glass that appears in OPERA and Chrome browsers ? I’ve tried to -webkit-appearance: none but nothing happens. .search input[type="search"] { width: 170px; height:…