climu / openstudyroom

Website for the Open Study Room online go/baduk/weiqi community.
https://openstudyroom.org
GNU General Public License v3.0
67 stars 33 forks source link

Bug - Sgf viewer context menu appears below viewer board #417

Closed AlexSowT closed 3 years ago

AlexSowT commented 3 years ago

Hi there, just noticed this bug whilst using there sgf viewer. If you click on the three black bars to open up the menu, it does not appear above the board, but rather at the bottom of the page, offscreen. image

It there appears all the way at the bottom here image

Bug found on Google Chrome whilst logged in. From this section of the profile page image

climu commented 3 years ago

Thank you for raising this issue.

Maybe it could be some of our css conflicting with wgo?

I couldn't find any issue about that on wgo repo.

AlexSowT commented 3 years ago

The menu is set as position:absoulute, which if disabling moves the menu to below the board. Maybe not the exact solution but i good place to look. image

Image after removing position:absolute image

AlexSowT commented 3 years ago

Could also be worht looking at the top position. At the mometn set to around 2000px, but changing the value to 13% moves it to a much nicer position image

image

climu commented 3 years ago

Was fixed in #418