Added a section to the add to permanent bookbag release notes
explaining how one might want to add an overflow property to
the .popmenu li:hover li a selector.
Signed-off-by: Jason Stephenson <jason@sigio.com>
interest. Changing the default list is so easy that users may want to
do so when changing search topics in order to keep their results
better organized.
+
+A Note on CSS Styles
+~~~~~~~~~~~~~~~~~~~~
+
+If a user has a bookbag with an overly long name, the end of it will
+jut out past the right margin of the menu in FireFox and several other
+browsers. To change this behavior, you may want to edit the `.popmenu
+li:hover li a` css entry in `web/css/skin/default/opac/style.css` by
+adding an `overflow` property. If you desire to have the longer names
+clipped to the size ofthe menu then add `overlow: hidden`. If you
+prefer to have a scroll bar for oversized entries, then add `overflow:
+auto`.