mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-19 22:07:57 -04:00
[ENG-1011] fix explorer inspector scroll (#1260)
fix explorer inspector scroll
This commit is contained in:
@@ -69,8 +69,8 @@ export default function Explorer(props: PropsWithChildren<Props>) {
|
||||
|
||||
{explorerStore.showInspector && (
|
||||
<Inspector
|
||||
className="custom-scroll inspector-scroll absolute inset-y-0 right-0 pb-4 pl-1.5 pr-1"
|
||||
style={{ paddingTop: TOP_BAR_HEIGHT + 16, width: INSPECTOR_WIDTH }}
|
||||
className="no-scrollbar absolute inset-y-0 right-1.5 pb-3 pl-3 pr-1.5"
|
||||
style={{ paddingTop: TOP_BAR_HEIGHT + 12, width: INSPECTOR_WIDTH }}
|
||||
/>
|
||||
)}
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user