Merge pull request #14008 from miqh/fix/query-stats-depth

Adjust UI depth of query statistics
This commit is contained in:
David 2018-11-09 15:06:17 +01:00 committed by GitHub
commit 0e7b6dcfb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,7 +165,7 @@
position: absolute;
top: 0;
right: 90px;
z-index: 1024;
z-index: 1015;
display: flex;
flex-direction: column;
justify-content: center;