Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

html overflow scroll only if needed with exemple

p {  
  width: 12em;
  height: 6em;
  border: dotted;
   
  /* le contenu n'est pas rogné */
  overflow: visible;  
}
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #html #overflow #scroll #needed #exemple
ADD COMMENT
Topic
Name
2+4 =