1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +03:00

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

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