fix floating panel z-index issue

This commit is contained in:
Halit Aksoy 2022-07-23 00:24:36 +03:00
parent 3a3d16896f
commit 435272f275

View File

@ -21,6 +21,7 @@ const FloatingPanel: FunctionComponent<{
border-top-right-radius: 1vw;
min-width: 10vw;
min-height: 1vw;
z-index: 100;
}
`}</style>
{props.children}