summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <Raydiation@users.noreply.github.com>2014-09-26 17:50:23 +0200
committerBernhard Posselt <Raydiation@users.noreply.github.com>2014-09-26 17:50:23 +0200
commit7910e902445a10e7e25fca77ac399345e25bae13 (patch)
treea2e0053da0f150c2d321e60bc6a43e95641333d5
parent3a80476dad40e6c5935ac970ff5d4dcf51c20cf4 (diff)
parentb79200d5d04bb26a98b6d43e8fae3681b1509bdf (diff)
Merge pull request #611 from tsumi/master
Fixed useless scrollbars
-rw-r--r--css/content.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/content.css b/css/content.css
index 787cdfb8c..c885f7d1e 100644
--- a/css/content.css
+++ b/css/content.css
@@ -231,7 +231,7 @@
}
#app-content .open .utils .title h1 a {
- overflow: scroll;
+ overflow: auto;
white-space: normal;
}