chore: fix sidebar z-index

This commit is contained in:
Steven
2023-04-08 11:09:35 +08:00
parent a7a4006555
commit ef1fc30b0c

View File

@ -155,6 +155,7 @@ const ConnectionSidebar = () => {
return (
<>
<Drawer
className="!z-10"
variant={layoutStore.isMobileView ? "temporary" : "persistent"}
open={layoutStore.showSidebar}
onClose={() => layoutStore.toggleSidebar(false)}