fixed notification content visible issue on 400 resize mode (#1098)

This commit is contained in:
Sunil Kumar Yadav 2021-09-21 21:36:17 +05:30 committed by GitHub
parent a8150af269
commit 15a26d6500
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2832,6 +2832,8 @@ a:link {
#explorerNotificationConsole {
z-index: 1000;
overflow-y:auto;
overflow-x: clip;
}
.uniqueIndexesContainer {