aboutsummaryrefslogtreecommitdiff
path: root/_sass
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-04-14 09:02:22 +0200
committerAlex Legler <alex@a3li.li>2015-04-14 09:02:22 +0200
commit2635814021d881b987dcdccb175025a9fdef1746 (patch)
tree960c6781fe65e69d8c2f872441d00ee572435dca /_sass
parentEnable X-UA-Compatible to hopefully unbreak IE8 (diff)
downloadwww-2635814021d881b987dcdccb175025a9fdef1746.tar.gz
www-2635814021d881b987dcdccb175025a9fdef1746.tar.bz2
www-2635814021d881b987dcdccb175025a9fdef1746.zip
Set overflow: hidden; to hopefully remove scrollbars on the SVG logo.
Of course only a problem for IE again, sigh.
Diffstat (limited to '_sass')
-rw-r--r--_sass/misc.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/_sass/misc.scss b/_sass/misc.scss
index c0ffc80..9808fc0 100644
--- a/_sass/misc.scss
+++ b/_sass/misc.scss
@@ -101,4 +101,5 @@ body.nav-align-h2 #content h2:first-of-type {
.site-logo object {
max-height: 58px;
+ overflow: hidden;
} \ No newline at end of file