Fix blank sticker picker

Let the battle of z-indexes commence

https://github.com/matrix-org/matrix-react-sdk/pull/1948/files#diff-8bc8827809a72c7548846c443d19f00aR29
This commit is contained in:
David Baker 2018-06-18 15:24:34 +01:00
parent 499bb5cfb4
commit 276c7a9c4d

View file

@ -36,7 +36,7 @@ function getOrCreateContainer() {
} }
// Greater than that of the ContextualMenu // Greater than that of the ContextualMenu
const PE_Z_INDEX = 3000; const PE_Z_INDEX = 5000;
/* /*
* Class of component that renders its children in a separate ReactDOM virtual tree * Class of component that renders its children in a separate ReactDOM virtual tree