Active
Project:
Best Responsive
Version:
7.x-1.2
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Jan 2014 at 01:58 UTC
Updated:
6 Jan 2014 at 01:58 UTC
Jump to comment: Most recent
Comments
Comment #1
lastar84 commentedIf you want to display lines of code without wrapping, even on a mobile device or within a smaller browser window, you might want to check into the CSS "overflow" property -- which allows you to add scrollbars. (There are more elegant JavaScript solutions, but also a lot more work.)
You will need to determine which class(es) must be overridden using the "overflow:scrollbar" style.
Firebug addon for Firefox can be helpful in hunting for classes and ids on Drupal websites.