On Thursday, 4 June 2015 at 20:25:02 UTC, sigod wrote:
Few issues with help dialog (opened with Shift+H):
- Centers on full page instead of only visible part of it.
- Scrolls with page.

`fixed` instead of [`absolute`][0] and it should be fixed. (Heh, funny.)

Also, I believe closing popup on `mouseup` in popup itself doesn't create good UX. Better to close it on `click` outside of popup (maybe difficult to implement without overlay) and to provide an "X" (close) button in popup.

[0]: https://github.com/CyberShadow/DFeed/blob/next/web/static/css/dfeed.css#L898

Reply via email to