mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-29 13:41:51 +02:00
Global layout component
This commit is contained in:
@@ -77,7 +77,12 @@ export function RequestPane({ fullHeight, className }: Props) {
|
||||
);
|
||||
|
||||
return (
|
||||
<div className={classnames(className, 'py-3 grid grid-rows-[auto_minmax(0,1fr)] grid-cols-1')}>
|
||||
<div
|
||||
className={classnames(
|
||||
className,
|
||||
'h-full py-3 grid grid-rows-[auto_minmax(0,1fr)] grid-cols-1',
|
||||
)}
|
||||
>
|
||||
{activeRequest && (
|
||||
<>
|
||||
<UrlBar
|
||||
|
||||
Reference in New Issue
Block a user