fix files pane height issue (#3337)
This commit is contained in:
@ -458,7 +458,7 @@ export const FileTreeInner = ({
|
||||
}, [documentHasFocus])
|
||||
|
||||
return (
|
||||
<div className="overflow-auto max-h-full pb-12">
|
||||
<div className="overflow-auto pb-12 absolute inset-0">
|
||||
<ul
|
||||
className="m-0 p-0 text-sm"
|
||||
onClickCapture={(e) => {
|
||||
|
Reference in New Issue
Block a user