Fix Issue 5: flyout menus collapse when color picker activated

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@32 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2009-06-05 00:15:17 +00:00
parent 411f6d7aec
commit 6799707fc7
3 changed files with 3 additions and 4 deletions

View File

@@ -125,9 +125,6 @@
.tools_flyout {
position: absolute;
display: none;
height: 28px;
width: 90px;
background: red;
cursor: pointer;
float: left;
}