You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On latest Chrome...you can see the modal flows below the window (look for the border radius):
Flexbox doesn't seem to play nice with overflow: scroll. Also seeing this on mobile. I got a fix working for desktop, but it's somewhat ugly so decided to punt to a ticket:
@apoorv-mishra I'm on the UI that shows the existing list of members, not the typeahead for new members. It's currently impossible to scroll through the list of all existing members
Uh oh!
There was an error while loading. Please reload this page.
On latest Chrome...you can see the modal flows below the window (look for the border radius):
Flexbox doesn't seem to play nice with overflow: scroll. Also seeing this on mobile. I got a fix working for desktop, but it's somewhat ugly so decided to punt to a ticket:
I think the right approach is to move off of flexbox for the modal, then
max-height
, etc, can work better, but not positive.The text was updated successfully, but these errors were encountered: