From 7155ebda46858e047050680185f1ec18e8971292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Mon, 13 Oct 2014 12:34:10 +0200 Subject: [PATCH] Added overflow auto when wysiwyg becomes too big --- app/styles/components/wysiwyg.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/components/wysiwyg.scss b/app/styles/components/wysiwyg.scss index 115a7d0a..4d63ed21 100644 --- a/app/styles/components/wysiwyg.scss +++ b/app/styles/components/wysiwyg.scss @@ -1,4 +1,5 @@ .wysiwyg { + overflow: auto; h1 { @extend %xlarge; @extend %text;