mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 18:33:01 +00:00
scrollabe issue table
This commit is contained in:
@@ -667,15 +667,13 @@ export default function Issues() {
|
||||
|
||||
{selectedOrganisationId && selectedProjectId && issuesData.length > 0 && (
|
||||
<ResizablePanelGroup className={`flex-1`}>
|
||||
<ResizablePanel id={"left"} minSize={400}>
|
||||
<div className="border w-full flex-shrink">
|
||||
<IssuesTable
|
||||
columns={{ description: false }}
|
||||
className="w-full"
|
||||
filters={issueFilters}
|
||||
highlighted={highlighted}
|
||||
/>
|
||||
</div>
|
||||
<ResizablePanel id={"left"} minSize={400} className="h-full overflow-hidden">
|
||||
<IssuesTable
|
||||
columns={{ description: false }}
|
||||
className="w-full"
|
||||
filters={issueFilters}
|
||||
highlighted={highlighted}
|
||||
/>
|
||||
</ResizablePanel>
|
||||
|
||||
{selectedIssue && !showIssueModal && (
|
||||
|
||||
Reference in New Issue
Block a user