mirror of
https://github.com/hex248/sprint.git
synced 2026-02-07 18:23:03 +00:00
overflow-x-hidden (stop side scrolling)
This commit is contained in:
@@ -154,7 +154,7 @@ export function IssuesTable({
|
|||||||
const showAssignee = columns.assignee == null || columns.assignee === true;
|
const showAssignee = columns.assignee == null || columns.assignee === true;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={cn("h-full overflow-auto border-t", className)}>
|
<div className={cn("h-full overflow-auto overflow-x-hidden border-t", className)}>
|
||||||
<table className="w-full table-fixed border-collapse text-sm border-l border-r ">
|
<table className="w-full table-fixed border-collapse text-sm border-l border-r ">
|
||||||
<thead className="sticky top-0 z-10 bg-secondary">
|
<thead className="sticky top-0 z-10 bg-secondary">
|
||||||
<tr className="border-b h-[25px]">
|
<tr className="border-b h-[25px]">
|
||||||
|
|||||||
Reference in New Issue
Block a user