v0.2.12
What's Changed
- Fixed issue with facsimiles not displaying in single pane mode, by ensuring that all of the containing divs are set to
height: 100%
so it doesn't collapse to zero height; - Removed the
Glossary
option from the mobile navigation menu when no glossary provided; - Added scroll to single pane mode in the case of vertical overflow;
- Fixed a bug with the dropdown menus where clicking on the current value would cause the value to become unset;
- Added styling to the thumbnails on
ImageGridView
to override global styles in the case that the component is embedded on a site that sets thumbnail styles globally, e.g. the Scalar sites.
See PR #108 for further details. View the full change log here: v0.2.11...v0.2.12