mirror of
https://github.com/nasa/openmct.git
synced 2025-02-21 09:52:04 +00:00
The images were being cutoff due to the "top" attribute of .gl-plot not changing when the buttons were hidden. The buttons are now hidden by CSS class rather than ng-show, which makes updating the .gl-plot top attribute easier.