Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

hide the scrollbar in css if not overflow

.myClass {
  /*auto will remove and add the scroll bar as needed*/
  overflow: auto;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #hide #scrollbar #css #overflow
ADD COMMENT
Topic
Name
4+2 =