OpenBazaar / openbazaar-desktop

OpenBazaar 2.0 Desktop Client (talks to openbazaar-go server daemon)
MIT License
648 stars 186 forks source link

Search dropdowns stay in absolute position on page #976

Open tyler-smith opened 7 years ago

tyler-smith commented 7 years ago

Brief Description: An open dropdown box stays in the same spot on the screen while scrolling instead of scrolling up.

Operating System (OS and version): OSX

OpenBazaar version (shown on About OpenBazaar page in menu): 1.7.8 (1.7.8)

Hardware: MBP

Reproducible (Always / Almost Always / Sometimes / Rarely / Couldn't Reproduce): Always

Steps to reproduce:

  1. Go to search
  2. Open shipping dropdown
  3. Scroll page

Additional info (links, images, etc go here): https://imgur.com/a/Yw6mF

rmisio commented 7 years ago

Another lovely gift from select2 for us. It may be fixable if we use the property where we give it a specific container for the menu as opposed to letting it create one in the body... but I"m not sure.