I want to show terms and condition note on my website. I dont want to use text field and also dont want to use my whole page. I just want to display my text in selected area
to hide the horizontal scrollbars, you can set overflow-x to hidden, like this:
overflow-x: hidden;