henszey / etcd-browser

A quick and easy way to view/edit basic keys in etcd.
http://henszey.github.io/etcd-browser/
MIT License
670 stars 230 forks source link

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

Open ghost opened 9 years ago

ghost commented 9 years ago

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.

shanefreeman commented 6 years ago

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