Tested on Firefox.
It display horizontal scroll, which is anyway disabled.
It should be hidden if not needed.

CommentFileSizeAuthor
#1 legal.css-1840426.patch261 byteskenorb
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

kenorb’s picture

Status: Active » Needs review
FileSize
261 bytes
Index: legal.css
===================================================================
--- legal.css	(revision 7092)
+++ legal.css	(working copy)
@@ -1,4 +1,5 @@
 .legal-terms {
   height: 20em;
-  overflow: scroll;
+  overflow-y: scroll;
+  overflow-x: auto;
 }

Status: Needs review » Needs work

The last submitted patch, legal.css-1840426.patch, failed testing.

Robert Castelo’s picture

Issue summary: View changes
Status: Needs work » Closed (outdated)