witten
/
luminotes
Archived
1
0
Fork 0

Automatically showing a horizontal scrollbar on a note if you have a word or HTML element too wide for the note frame.

This commit is contained in:
Dan Helfman 2008-05-13 22:54:36 +00:00
parent c9814075fa
commit 8860ebc27b
1 changed files with 1 additions and 0 deletions

View File

@ -463,6 +463,7 @@ img {
border: 1px solid #999999;
margin-bottom: 0.75em;
background-color: #ffffff;
overflow-x: auto;
}
.focused_note_frame {