Answers for "overflow-x scroll overflow-y visible not working"

CSS
1

i used overflow-y : scroll but the scroll bar keep on showing

::-webkit-scrollbar {
  display: none;
}
Posted by: Guest on December-27-2020
0

overflow-y scroll not working in chrome

#elem_tag{height:400px;overflow-y:auto} /*Give it a height and overflow*/
Posted by: Guest on April-21-2022

Browse Popular Code Answers by Language