overflow auto in read sandbox

This commit is contained in:
Mario Volke 2014-09-19 14:00:02 +02:00
parent bf54d6281f
commit fcbe84841e
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@
@import "components/scrollbars"; @import "components/scrollbars";
html { html {
overflow: scroll; // use overflow auto and not scroll otherwise IE shows scrollbars always
overflow: auto;
} }
body { body {