From 8860ebc27ba8722c63b88aa8416f38f77a58e545 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 13 May 2008 22:54:36 +0000 Subject: [PATCH] Automatically showing a horizontal scrollbar on a note if you have a word or HTML element too wide for the note frame. --- static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/style.css b/static/css/style.css index 3ff57bd..5fd1e00 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -463,6 +463,7 @@ img { border: 1px solid #999999; margin-bottom: 0.75em; background-color: #ffffff; + overflow-x: auto; } .focused_note_frame {