etcd-browser
etcd-browser copied to clipboard
The property box (right side) should stay fixed at the top of the screen
Currently it stays at the top of the page, so if the config tree is large it involves a lot of scrolling to expand the scroll back to top to change, etc
it should stay fixed at the top of the view window (screen). assume a minor css addtion.
Something like this...
<div class="prop-block ng-scope" ng-include="'prop-block'" ng-if="activeNode" style="top: auto;position: fixed;height: auto;">