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
Checking this out, I found a bunch of things that break this:
Z-index on the emoji react is 1000, the sidebar is 3
They are in different stacking contexts in the first place, so increasing the sidebar z-index won't help
Here's the context thing of the sidebar that doesn't allow it to escape and go on top of the popup:
This really sucks because it'll have to be changed around to not be display: relative here to make this even possible. If the popups were inside of the app itself it wouldn't be such a hassle.
emoji react shows above items it stould be below, like sidebar menu
The text was updated successfully, but these errors were encountered: