Posts by Garcia Augusto • 11 points
1 post
-
0
votes1
answer34
viewsQ: How do I hide the page scroll bar in css?
iframe#frame-spec { width:400px; height:280px; border: none; overflow: hidden; } iframe#frame-spec::-webkit-scrollbar { display: none; } …