mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-26 17:45:14 +08:00
chore: fix sidebar z-index
This commit is contained in:
@ -155,6 +155,7 @@ const ConnectionSidebar = () => {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Drawer
|
<Drawer
|
||||||
|
className="!z-10"
|
||||||
variant={layoutStore.isMobileView ? "temporary" : "persistent"}
|
variant={layoutStore.isMobileView ? "temporary" : "persistent"}
|
||||||
open={layoutStore.showSidebar}
|
open={layoutStore.showSidebar}
|
||||||
onClose={() => layoutStore.toggleSidebar(false)}
|
onClose={() => layoutStore.toggleSidebar(false)}
|
||||||
|
Reference in New Issue
Block a user