Make side panel scrollable in vertical direction and add some dummy text

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@660 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2009-09-16 19:43:49 +00:00
parent 7ebaf0626d
commit 195ecb080d
2 changed files with 6 additions and 1 deletions

View File

@@ -78,6 +78,7 @@ body {
width: 150px;
border-color: blue;
border-style: solid;
overflow-y: scroll;
}
#svg_editor div.palette_item {