0
Q:

html overflow scroll only if needed with exemple

p {  
  width: 12em;
  height: 6em;
  border: dotted;
   
  /* le contenu n'est pas rogné */
  overflow: visible;  
}
0
p {
  /* les ascenseurs sont toujours affichés */
  overflow: scroll;
}
0

New to Communities?

Join the community