etcd-browser icon indicating copy to clipboard operation
etcd-browser copied to clipboard

The property box (right side) should stay fixed at the top of the screen

Open ghost opened this issue 10 years ago • 1 comments

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.

ghost avatar Jan 29 '15 20:01 ghost

Something like this... <div class="prop-block ng-scope" ng-include="'prop-block'" ng-if="activeNode" style="top: auto;position: fixed;height: auto;">

shanefreeman avatar Oct 02 '17 19:10 shanefreeman