fix: quick add positioning (#2949)
* fix quick add posutioning for kanban and spreadsheet * fix kanban quick add project identifier
This commit is contained in:
parent
c598d458f6
commit
c95a6522ab
3 changed files with 4 additions and 4 deletions
|
|
@ -84,7 +84,7 @@ export const SpreadsheetView: React.FC<Props> = observer((props) => {
|
|||
<div className="h-full w-full flex flex-col">
|
||||
<div
|
||||
ref={containerRef}
|
||||
className="flex max-h-full h-full overflow-y-auto divide-x-[0.5px] divide-custom-border-200 horizontal-scroll-enable"
|
||||
className="flex overflow-y-auto divide-x-[0.5px] divide-custom-border-200 horizontal-scroll-enable"
|
||||
>
|
||||
{issues && issues.length > 0 ? (
|
||||
<>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue