mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +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;
|
||||
|
||||
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 ">
|
||||
<thead className="sticky top-0 z-10 bg-secondary">
|
||||
<tr className="border-b h-[25px]">
|
||||
|
||||
Reference in New Issue
Block a user