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