File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -700,7 +700,7 @@ export default function Folder({ data: _data }: { data?: Agent }) {
700700
701701 { /* content */ }
702702 < div
703- className = { `min-h-0 flex-1 ${ selectedFile ?. type === 'html' && ! isShowSourceCode ? 'overflow-hidden' : 'scrollbar overflow-y-auto' } ` }
703+ className = { `flex min-h-0 flex-1 flex-col ${ selectedFile ?. type === 'html' && ! isShowSourceCode ? 'overflow-hidden' : 'scrollbar overflow-y-auto' } ` }
704704 >
705705 < div
706706 className = { `flex min-h-full flex-col ${ selectedFile ?. type === 'html' && ! isShowSourceCode ? '' : 'p-6' } file-viewer-content` }
Original file line number Diff line number Diff line change @@ -542,7 +542,7 @@ code {
542542
543543/* Scoped file viewer: prevent file content CSS from affecting sidebar and app layout */
544544.file-viewer-content {
545- contain : layout style;
545+ contain : style;
546546 isolation : isolate;
547547}
548548
You can’t perform that action at this time.
0 commit comments