ui: Fix drawer header z-index issue in UI. (#393)

The z-index of the header was set to 1000 and the drawer header is behind the UI header so single frame download and title not displaying

Setting the z-index to 1002 is enough to fix the Drawer header issue.
This commit is contained in:
SAGAR PATEL 2024-04-01 16:50:10 +05:30 committed by GitHub
parent cd179dd16f
commit a91f5ff1d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -124,6 +124,7 @@ pre {
.ant-drawer {
padding-top: 64px;
z-index:1002;
}
.ant-drawer-body {