fix mention list hiding behind comment popup (#3294)

Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
Vyacheslav Tumanov 2023-05-30 17:24:34 +05:00 committed by GitHub
parent e0ea9fd07f
commit 46d66ecad1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,6 +114,6 @@
// max-width: 30rem;
// min-height: 0;
// max-height: 30rem;
z-index: 2000;
z-index: 10001;
}
</style>