mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-02-21 01:21:21 +00:00
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:
parent
cd179dd16f
commit
a91f5ff1d3
@ -124,6 +124,7 @@ pre {
|
||||
|
||||
.ant-drawer {
|
||||
padding-top: 64px;
|
||||
z-index:1002;
|
||||
}
|
||||
|
||||
.ant-drawer-body {
|
||||
|
Loading…
x
Reference in New Issue
Block a user