fix floating panel z-index issue
This commit is contained in:
parent
3a3d16896f
commit
435272f275
@ -21,6 +21,7 @@ const FloatingPanel: FunctionComponent<{
|
||||
border-top-right-radius: 1vw;
|
||||
min-width: 10vw;
|
||||
min-height: 1vw;
|
||||
z-index: 100;
|
||||
}
|
||||
`}</style>
|
||||
{props.children}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user