From 469624c23d97848da668c787ae15d75199ac6272 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 2 Jun 2011 15:48:34 +0200 Subject: [PATCH] Add missing overflow --- themes/original/css/theme_right.css.php | 1 + themes/pmahomme/css/theme_right.css.php | 1 + 2 files changed, 2 insertions(+) diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 880861b98a..7cd739af2b 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -1780,6 +1780,7 @@ fieldset .disabled-field td { .CodeMirror-scroll { height: em; + overflow: auto; } .CodeMirror-gutter { diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 23de23d0f6..577b864c55 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -2123,6 +2123,7 @@ fieldset .disabled-field td { } .CodeMirror-scroll { + overflow: auto; height: em; }