mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 01:06:23 +02:00
feat: implement document preview functionality in DocumentsSidebar and enhance mobile experience with vaul drawer
This commit is contained in:
parent
37e018e94f
commit
838d38a67a
6 changed files with 101 additions and 38 deletions
|
|
@ -255,7 +255,7 @@ function MobileEditorDrawer() {
|
|||
shouldScaleBackground={false}
|
||||
>
|
||||
<DrawerContent
|
||||
className="h-[95vh] max-h-[95vh] z-80 bg-sidebar overflow-hidden"
|
||||
className="h-[90vh] max-h-[90vh] z-80 bg-sidebar overflow-hidden"
|
||||
overlayClassName="z-80"
|
||||
>
|
||||
<DrawerHandle />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue