Fixes 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;
Removes the Glossary option from the mobile navigation menu when no glossary provided;
Adds scroll to single pane mode in the case of vertical overflow;
Fixes a bug with the dropdown menus where clicking on the current value would cause the value to become unset;
Adds 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;
Updates the version number to v0.2.12 in preparation for new release.
In this PR
height: 100%
so it doesn't collapse to zero height;Glossary
option from the mobile navigation menu when no glossary provided;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;