mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-17 14:29:46 +02:00
Got tab content scrolling working
This commit is contained in:
@@ -54,7 +54,7 @@ export function ResponsePane({ requestId, className }: Props) {
|
||||
<>
|
||||
<HStack
|
||||
alignItems="center"
|
||||
className="italic text-gray-600 text-sm w-full mb-1 flex-shrink-0 pl-2"
|
||||
className="italic text-gray-700 text-sm w-full mb-1 flex-shrink-0 pl-2"
|
||||
>
|
||||
{response.status > 0 && (
|
||||
<div className="whitespace-nowrap">
|
||||
@@ -97,12 +97,7 @@ export function ResponsePane({ requestId, className }: Props) {
|
||||
})),
|
||||
]}
|
||||
>
|
||||
<IconButton
|
||||
icon="clock"
|
||||
className="ml-auto"
|
||||
iconClassName="text-gray-300"
|
||||
size="sm"
|
||||
/>
|
||||
<IconButton icon="clock" className="ml-auto" size="sm" />
|
||||
</Dropdown>
|
||||
</HStack>
|
||||
</HStack>
|
||||
|
||||
Reference in New Issue
Block a user