Merge pull request #1984 from matrix-org/dbkr/fix_stickers

Fix blank sticker picker
This commit is contained in:
Luke Barnard 2018-06-18 16:08:36 +01:00 committed by GitHub
commit ad76f1bce6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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