firebase / firebase-tools-ui

A local-first UI for Firebase Emulator Suite.
https://firebase.googleblog.com/2020/05/local-firebase-emulator-ui.html
Apache License 2.0
262 stars 60 forks source link

Filter popup in firestore emulators not showing #919

Closed stefandim91 closed 1 year ago

stefandim91 commented 1 year ago

Describe the bug Firestore emulators filter pop doesn't show up when clicked.

To Reproduce Steps to reproduce the behavior:

  1. Run firestore emulator
  2. Click on filter icon
  3. Only partial of the popup is visible

Expected behavior The popup for filters should be visible on top of other elements

Screenshots chrome_RwMkz2WR6b

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context "firebase-tools": "^11.22.0",

lisbuenas commented 1 year ago

+1

timurcatakli commented 1 year ago

+1

TravisSperry commented 1 year ago

Has anyone found a workaround for this one? I tried to dig in a little, but didn't have any luck

stefandim91 commented 1 year ago

Open the elements tab and fin this div: image

Add position fixed to style: image

It appears at the top left corner: image

It's supper annoying tbh, but didn't find any other way to use it otherwise.

TravisSperry commented 1 year ago

Ahhh good call. Thanks. I just downgraded firebase-tools to 11.19.0

christhompsongoogle commented 1 year ago

Resolved in https://github.com/firebase/firebase-tools-ui/pull/908