fix: quick add positioning (#2949)

* fix quick add posutioning for kanban and spreadsheet

* fix kanban quick add project identifier
This commit is contained in:
rahulramesha 2023-11-30 12:22:43 +05:30 committed by sriram veeraghanta
parent c598d458f6
commit c95a6522ab
3 changed files with 4 additions and 4 deletions

View file

@ -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 ? (
<>