simjanos-dev / LinguaCafe

LinguaCafe is a self-hosted software that helps language learners read foreign languages.
https://simjanos-dev.github.io/LinguaCafeHome/
GNU General Public License v3.0
851 stars 26 forks source link

Pop-up dictionary overflows top of viewport on review page #329

Open cblanken opened 1 month ago

cblanken commented 1 month ago

If there are too many definitions in the popup dictionary for a term, the popup may overflow the top of the screen. Like this.

image

simjanos-dev commented 1 month ago

Thank you for the bug report!

I think it is only possible to fix by forcing the position to be under the words on the review page. I don't think I can check if it has enough space with the same method in the text reader, because of the way the review card works with its turn-over animation.