feat: add file info panel button to file view (#1741)

This commit is contained in:
Aman Harwara
2022-10-05 18:08:34 +05:30
committed by GitHub
parent c58eb611ac
commit 376810e657
3 changed files with 30 additions and 18 deletions

View File

@@ -61,6 +61,7 @@ const PositionedPopoverContent = ({
'absolute top-0 left-0 flex h-full w-full min-w-80 cursor-auto flex-col overflow-y-auto rounded bg-default shadow-main md:h-auto md:max-w-xs',
overrideZIndex ? overrideZIndex : 'z-dropdown-menu',
!isDesktopScreen ? 'pt-safe-top pb-safe-bottom' : '',
!styles && 'md:invisible',
)}
style={{
...styles,