]> git.sur5r.net Git - i3/i3.github.io/commitdiff
Update style.css 13/head
authorAaron Caffrey <wifiextender@users.noreply.github.com>
Sun, 23 Aug 2015 21:47:56 +0000 (21:47 +0000)
committerAaron Caffrey <wifiextender@users.noreply.github.com>
Sun, 23 Aug 2015 21:47:56 +0000 (21:47 +0000)
[The overflow property specifies what happens if content overflows an element's box. If overflow is clipped, a scroll-bar should be added to see the rest of the content.](http://www.w3schools.com/cssref/pr_pos_overflow.asp)

Affected [page](http://i3wm.org/docs/user-contributed/workspace-current-output.html), there could be more but I gave this one as example when the overflow is not set to auto.

css/style.css

index dc2a747dc66822377d084a31e131f1c0d03227fe..b49c825baeea75595bbf67f945a7c071ded10257 100644 (file)
@@ -394,6 +394,7 @@ table#downloads tbody tr:first-child {
     padding-right: 0.5em;
     white-space: pre;
     color: white;
+    overflow: auto;
 }
 
 .usergen tt {