Home > front end >  How to make chrome has a horizontal scroll bar
How to make chrome has a horizontal scroll bar

Time:12-13

How to make chrome has a horizontal scroll bar? As shown, there is a long content is not complete, you need to set up or writing code?

CodePudding user response:

Style overflow: auto;

CodePudding user response:

reference 1st floor jio can reply:
style overflow: auto;
where to add this?

CodePudding user response:

Added to the CSS, this should be a tree structure, you directly to the tree of the dom style

CodePudding user response:

reference jio can reply: 3/f
add to CSS, you should be a tree structure, directly added to the tree inside the dom style
thank you, I try

CodePudding user response:

overflow:auto; This style on the outer box could write overflow - if as long as lateral x: auto

CodePudding user response:

reference 5 floor sha worm agent reply:
overflow: auto; This style on the outer box can if it's write overflow - as long as it's lateral x: auto
thank you

CodePudding user response:

reference 5 floor sha worm agent reply:
overflow: auto; This style on the outer box can if it's write overflow - as long as it's lateral x: auto
thank you

CodePudding user response:

reference jio can reply: 3/f
add to CSS, you should be a tree structure, directly added to the tree of the dom style inside
added this, only when the vertical scroll bar to the last, horizontal, will not be visible until dtree. CSS has a overflow: hidden, to the cancellation

CodePudding user response:

Actually make it overflow... Mouse-over shows all better, this action will affect the whole structure
  • Related