evanshultz / neater-bookmarks

A neater bookmarks tree popup extension for Chrome
https://chrome.google.com/webstore/detail/ofgjggbjanlhbgaemjbkiegeebmccifi
MIT License
215 stars 61 forks source link

Popup height incorrect when opened on secondary display #36

Open daveyflakes opened 10 years ago

daveyflakes commented 10 years ago

When popup is opened on primary display, the height expands to the max defined in neat.css (530px). But when the window is in the secondary display, the popup height is limited to 200px as defined in neat.js (line 398).

Edit One detail which might be significant: my secondary display is configured below my primary display. I'm not familiar with Javascript, but maybe this messes up the the window.screenY value on line 397.