Fix blank sticker picker

Let the battle of z-indexes commence

https://github.com/matrix-org/matrix-react-sdk/pull/1948/files#diff-8bc8827809a72c7548846c443d19f00aR29
pull/21833/head
David Baker 2018-06-18 15:24:34 +01:00
parent 499bb5cfb4
commit 276c7a9c4d
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ function getOrCreateContainer() {
}
// 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