From: Aaron Caffrey Date: Sun, 23 Aug 2015 21:47:56 +0000 (+0000) Subject: Update style.css X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Fpull%2F13%2Fhead;p=i3%2Fi3.github.io Update style.css [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. --- diff --git a/css/style.css b/css/style.css index dc2a747..b49c825 100644 --- a/css/style.css +++ b/css/style.css @@ -394,6 +394,7 @@ table#downloads tbody tr:first-child { padding-right: 0.5em; white-space: pre; color: white; + overflow: auto; } .usergen tt {