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
269 stars 61 forks source link

fix(a11y) Remove unnecessary scrollbars from Firestore tables #903

Closed TheIronDev closed 1 year ago

TheIronDev commented 1 year ago

This commit fixes an issue where the scrollbars in the "Action Panels" of the Firestore tables were visible.

The bug was created from an older commit where I changed the display prop to flex but didn't change the overflow value. ... so we got some scrolls.

The fix is simply adding overflow: hidden fixed it.

I was able reproduce the issue on Firefox, and the fix appears to work.

FIXED=263429470, b/263429470