Skip to content

Commit

Permalink
ui: Fix drawer header z-index issue in UI. (chirpstack#393)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sagar-patel-sls authored Apr 1, 2024
1 parent cd179dd commit a91f5ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ pre {

.ant-drawer {
padding-top: 64px;
z-index:1002;
}

.ant-drawer-body {
Expand Down

0 comments on commit a91f5ff

Please sign in to comment.