I am looking to make some lengthy text contained into a Give your If you only want it to scroll up/down and not left/right use:div where the text can be viewed by scrolling up or down. Right now the "description" text is rendered like so <%= @pin.description.html_safe %> and is inside a <divmb0 "> 1 1 Answer
div a height and set overflow: scroll#elementId{ height: 200px; overflow: scroll; }
0 overflow-y: scroll;
Make text scrollable within div
|